Skip to content

Commit 6130bca

Browse files
committed
updating policy name in last place
1 parent b19665e commit 6130bca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform/aws-groups.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module "iam_read_only_group" {
1313
module "iam_services_supervisor_group" {
1414
source = "./modules/aws-groups"
1515

16-
group_name = "iam-services-admin-group"
16+
group_name = "iam-services-supervisor-group"
1717
policy_arn = {
1818
"IAMServicesSupervisor" = module.aws_custom_policies.policy_arns["IAMServicesSupervisor"]
1919
}

0 commit comments

Comments
 (0)