diff --git a/assertion/outputs.tf b/assertion/outputs.tf index 9609a90..163805d 100644 --- a/assertion/outputs.tf +++ b/assertion/outputs.tf @@ -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 }