We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d979149 commit bc8ae6fCopy full SHA for bc8ae6f
outputs.tf
@@ -1,4 +1,4 @@
1
output "deployment" {
2
- value = helm_release.this[0].metadata
+ value = var.app["deploy"] ? helm_release.this[0].metadata : []
3
description = "The state of the helm deployment"
4
}
0 commit comments