Skip to content

Instantly share code, notes, and snippets.

@Kulasangar
Last active September 1, 2018 19:17
Show Gist options
  • Save Kulasangar/5b313230773e257409cd38e064f7bd96 to your computer and use it in GitHub Desktop.
Save Kulasangar/5b313230773e257409cd38e064f7bd96 to your computer and use it in GitHub Desktop.
resource "aws_iam_policy" "policy" {
name = "test-policy"
description = "A test policy"
policy = "${file("policys3bucket.json")}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment