Skip to content

Commit b922436

Browse files
authored
feat!: breaking change for enabling helm release toggle (TF > 1.9) (#6)
Co-authored-by: jonathan meeks <jonathan meeks>
1 parent f69c6ea commit b922436

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ resource "helm_release" "operator" {
1010
cleanup_on_fail = false
1111
disable_webhooks = true
1212
verify = false
13+
// note: use count to enforce whether helm is used for release
1314
count = var.enable_helm_release ? 1 : 0
1415

1516
set {

0 commit comments

Comments
 (0)