Skip to content

Commit 5d16fab

Browse files
committed
update: change name of iam group
1 parent 72e2cf6 commit 5d16fab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform/lambda/iam.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ resource "aws_iam_policy" "secrets_access" {
3737

3838
# IAM User Group
3939
resource "aws_iam_group" "group" {
40-
name = "${var.domain}-${var.service_subdomain}-group"
40+
name = "${var.domain}-${var.service_subdomain}-user-group"
4141
path = "/"
4242
}
4343

0 commit comments

Comments
 (0)