Created
May 28, 2020 13:43
-
-
Save dmlayton/d6a6cc21d56650ca0b0d1d99428422f3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
resource "aws_iam_group_policy" "client_bucket" { | |
name = "${aws_iam_group.client.name}-bucket=policy" | |
group = aws_iam_group.client.name | |
policy = data.aws_iam_policy_document.client_bucket.json | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment