Skip to content

Commit

Permalink
Remove old integration IAM role
Browse files Browse the repository at this point in the history
I think this is the cause of apply failures in the demo environment.

#patch
  • Loading branch information
gregtyler committed Jun 11, 2024
1 parent 1c409e4 commit bb3a067
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions terraform/environment/terraform.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
],
"allowed_wildcard_arns": [
"arn:aws:iam::288342028542:role/api-ecs-*",
"arn:aws:iam::653761790766:role/*-app-task-role"
"arn:aws:iam::653761790766:role/*-app-task-role"
],
"target_event_buses": [
"arn:aws:events:eu-west-1:288342028542:event-bus/dev-poas"
Expand All @@ -39,7 +39,6 @@
"is_production": false,
"has_fixtures": true,
"allowed_arns": [
"arn:aws:iam::288342028542:role/api-ecs-integration-20190802104725219500000005",
"arn:aws:iam::288342028542:role/api-ecs-integration",
"arn:aws:iam::493907465011:role/operator",
"arn:aws:iam::493907465011:role/lpa-store-ci",
Expand Down

0 comments on commit bb3a067

Please sign in to comment.