diff --git a/terraform/aws-groups.tf b/terraform/aws-groups.tf index 3454ce8..42a44e5 100644 --- a/terraform/aws-groups.tf +++ b/terraform/aws-groups.tf @@ -13,7 +13,7 @@ module "iam_read_only_group" { module "iam_services_supervisor_group" { source = "./modules/aws-groups" - group_name = "iam-services-admin-group" + group_name = "iam-services-supervisor-group" policy_arn = { "IAMServicesSupervisor" = module.aws_custom_policies.policy_arns["IAMServicesSupervisor"] }