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 e2d9f3f commit cf745d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assertion/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ output "condition" {
}

data "null_data_source" "test" {
inputs = var.condition
inputs = {
condition = var.condition
}
}

output "checked" {
Expand Down

0 comments on commit cf745d2

Please sign in to comment.