Skip to content

Commit

Permalink
updating policy name in last place
Browse files Browse the repository at this point in the history
  • Loading branch information
chelseybeck committed Feb 29, 2024
1 parent b19665e commit 6130bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/aws-groups.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
Expand Down

0 comments on commit 6130bca

Please sign in to comment.