Skip to content

Commit b19665e

Browse files
committed
updating name of policy in group assignment
1 parent 8da07fb commit b19665e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

terraform/aws-groups.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ module "iam_read_only_group" {
1010
}
1111

1212
// Create iam services admin group
13-
module "iam_services_admin_group" {
13+
module "iam_services_supervisor_group" {
1414
source = "./modules/aws-groups"
1515

1616
group_name = "iam-services-admin-group"
1717
policy_arn = {
18-
"IAMServicesAdmin" = module.aws_custom_policies.policy_arns["IAMServicesSupervisor"]
18+
"IAMServicesSupervisor" = module.aws_custom_policies.policy_arns["IAMServicesSupervisor"]
1919
}
2020
}
2121

0 commit comments

Comments
 (0)