Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Benbentwo committed Jul 23, 2024
1 parent 3470787 commit 7b92338
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion examples/notification_policy/fixtures.delay_action.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ delay_action = {
}
}

suppress = true
2 changes: 1 addition & 1 deletion modules/config/escalations.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ resource "opsgenie_escalation" "this" {
owner_team_id = try(opsgenie_team.this[each.value.owner_team_name].id, null)

dynamic "rules" {
for_each = try(each.value.rules, [])
for_each = try([each.value.rules], [])

content {
condition = try(rules.value.condition, "if-not-acked")
Expand Down

0 comments on commit 7b92338

Please sign in to comment.