diff --git a/modules/configuration/locals.tf b/modules/configuration/locals.tf index bb24def..78dd136 100644 --- a/modules/configuration/locals.tf +++ b/modules/configuration/locals.tf @@ -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"