Skip to content

Commit

Permalink
Update outputs.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKotowick committed Sep 10, 2024
1 parent 326c9cc commit 9402c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assertion/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ output "condition" {

output "checked" {
description = "Whether the condition has passed validation (used for assertion dependencies)."
value = var.condition == true ? true : false
value = var.condition
}

0 comments on commit 9402c1e

Please sign in to comment.