Skip to content

Instantly share code, notes, and snippets.

@dmlayton
Created May 5, 2020 07:41
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/43c53c86851f8f202890af2940407bbe to your computer and use it in GitHub Desktop.
Save dmlayton/43c53c86851f8f202890af2940407bbe to your computer and use it in GitHub Desktop.
resource "aws_iam_user_policy" "test_client" {
name = "test_policy"
user = aws_iam_user.test_client.name
policy = data.aws_iam_policy_document.test_client.json
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment