Skip to content

Commit

Permalink
Add bucket ACL default value to match documentation, fixed #87
Browse files Browse the repository at this point in the history
  • Loading branch information
Nothing4You committed Jan 10, 2021
1 parent 925413d commit ac5faa9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion minio/resource_minio_s3_bucket.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ func resourceMinioBucket() *schema.Resource {
},
"acl": {
Type: schema.TypeString,
Required: true,
Optional: true,
Default: "private",
ForceNew: true,
},
"bucket_domain_name": {
Expand Down

0 comments on commit ac5faa9

Please sign in to comment.