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 cf745d2 commit 3fe511e
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 @@ -16,5 +16,5 @@ data "null_data_source" "test" {

output "checked" {
description = "Whether the condition has passed validation (used for assertion dependencies)."
value = md5(tostring(data.null_data_source.test.outputs)) != md5("") ? true : false
value = md5(jsonencode(data.null_data_source.test.outputs)) != md5("") ? true : false
}

0 comments on commit 3fe511e

Please sign in to comment.