Skip to content

Commit

Permalink
fix: bad substitution value
Browse files Browse the repository at this point in the history
  • Loading branch information
Conjugato committed May 26, 2023
1 parent 81c4893 commit 1b4992a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google_cloud_build_trigger.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resource "google_cloudbuild_trigger" "monitor" {
build {
timeout = var.timeout
substitutions = {
_BUCKET_PATHS : "${each.key}"
_BUCKET_PATHS : "${each.value}"
_ALERT_THRESHOLD : var.threshold
_CLOUD_LOGGING_SEVERITY : "WARNING"
_SERVICE_NAME : var.name
Expand Down

0 comments on commit 1b4992a

Please sign in to comment.