Skip to content

Instantly share code, notes, and snippets.

@loujaybee
Created October 5, 2019 07:11
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