Skip to content

Commit

Permalink
chore: updating the default filters for control tower
Browse files Browse the repository at this point in the history
  • Loading branch information
gambol99 committed Nov 8, 2024
1 parent 884ea92 commit 82bf619
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/configuration/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ locals {
type = "regex"
value = ".*(aws-landing-zone|aws-controltower).*"
},
{
property = "Name"
type = "regex"
value = "^(aws-controltower|AWSControlTower|AWSControlTowerExecution).*"
},
{
property = "RoleName"
type = "regex"
Expand Down

0 comments on commit 82bf619

Please sign in to comment.