Skip to content

Commit d66224b

Browse files
committed
updating read only group to add ability to change pw
1 parent 79cd027 commit d66224b

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
@@ -3,5 +3,5 @@ module "iam_read_only_group" {
33
source = "./modules/aws-groups"
44

55
group_name = "read-only-group"
6-
policy_arn = ["arn:aws:iam::aws:policy/ReadOnlyAccess"]
6+
policy_arn = ["arn:aws:iam::aws:policy/ReadOnlyAccess", "arn:aws:iam::aws:policy/IAMUserChangePassword"]
77
}

0 commit comments

Comments
 (0)