Skip to content

Instantly share code, notes, and snippets.

@loujaybee
Created October 5, 2019 07:11
Show Gist options
  • Save loujaybee/ecdc0467f12ad922c19af86699a9a3ba to your computer and use it in GitHub Desktop.
Save loujaybee/ecdc0467f12ad922c19af86699a9a3ba to your computer and use it in GitHub Desktop.
resource "aws_s3_bucket" "mys3bucket" {
bucket = "terraform-refactoring-exercise-123123"
acl = "public-read"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment