Skip to content

Commit

Permalink
fix miss
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafał Masiarek committed Jul 9, 2022
1 parent 6f8b74d commit 1dc9b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple-website/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ variable "name" {

variable "bucket_acl" {
type = string
default = "private"
default = "public-read"
}


Expand Down

0 comments on commit 1dc9b35

Please sign in to comment.