Skip to content

Instantly share code, notes, and snippets.

@dmlayton
Created May 28, 2020 13:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmlayton/d6a6cc21d56650ca0b0d1d99428422f3 to your computer and use it in GitHub Desktop.
Save dmlayton/d6a6cc21d56650ca0b0d1d99428422f3 to your computer and use it in GitHub Desktop.
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