Skip to content

Commit

Permalink
Merge pull request #13 from hackforla/cb/testuser
Browse files Browse the repository at this point in the history
Updating policy name
  • Loading branch information
freaky4wrld authored Mar 1, 2024
2 parents 5ef82fa + 6130bca commit 4fe40ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/aws-groups.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ module "iam_read_only_group" {
}

// Create iam services admin group
module "iam_services_admin_group" {
module "iam_services_supervisor_group" {
source = "./modules/aws-groups"

group_name = "iam-services-admin-group"
group_name = "iam-services-supervisor-group"
policy_arn = {
"IAMServicesAdmin" = module.aws_custom_policies.policy_arns["IAMServicesSupervisor"]
"IAMServicesSupervisor" = module.aws_custom_policies.policy_arns["IAMServicesSupervisor"]
}
}

0 comments on commit 4fe40ef

Please sign in to comment.