Skip to content

Instantly share code, notes, and snippets.

@chrislewisdev
Created October 4, 2017 07:32
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 chrislewisdev/f60c6045034bc8964c2bd9bffbcfb072 to your computer and use it in GitHub Desktop.
Save chrislewisdev/f60c6045034bc8964c2bd9bffbcfb072 to your computer and use it in GitHub Desktop.
resource "aws_s3_bucket" "website_bucket" {
bucket = "my_bucket_name"
acl = "public-read"
policy = "${file("my-policy-file.json")}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment