Skip to content

Commit

Permalink
fix escalation test
Browse files Browse the repository at this point in the history
  • Loading branch information
Benbentwo committed Jul 25, 2024
1 parent d3fdc3b commit d8a215b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/team_routing_rule/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module "escalation" {
source = "../../modules/escalation"

escalation = {
name = "escalation"
name = module.this.id
owner_team_id = module.owner_team.team_id

rules = [{
Expand Down

0 comments on commit d8a215b

Please sign in to comment.