Skip to content

Commit

Permalink
Updates conditional output
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Crespo committed Jun 23, 2021
1 parent d979149 commit bc8ae6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
output "deployment" {
value = helm_release.this[0].metadata
value = var.app["deploy"] ? helm_release.this[0].metadata : []
description = "The state of the helm deployment"
}

0 comments on commit bc8ae6f

Please sign in to comment.