Skip to content

Commit bc8ae6f

Browse files
author
Samuel Crespo
committed
Updates conditional output
1 parent d979149 commit bc8ae6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
output "deployment" {
2-
value = helm_release.this[0].metadata
2+
value = var.app["deploy"] ? helm_release.this[0].metadata : []
33
description = "The state of the helm deployment"
44
}

0 commit comments

Comments
 (0)