Skip to content

Commit

Permalink
chore: ensure the control tower role is not removed
Browse files Browse the repository at this point in the history
  • Loading branch information
gambol99 committed Nov 8, 2024
1 parent f8b7207 commit 884ea92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/configuration/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ locals {
{
property = "RoleName"
type = "regex"
value = "^(aws-controltower|AWSControlTower).*"
value = "^(aws-controltower|AWSControlTower|AWSControlTowerExecution).*"
},
{
property = "FunctionName"
Expand Down

0 comments on commit 884ea92

Please sign in to comment.