Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created October 18, 2021 15:02
Show Gist options
  • Select an option

  • Save KyMidd/33b7b1cef401b8709748faafc83892f2 to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/33b7b1cef401b8709748faafc83892f2 to your computer and use it in GitHub Desktop.
resource "aws_iam_policy" "example" {
name = "example_policy"
path = "/"
policy = data.aws_iam_policy_document.example.json
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment