Skip to content

Commit

Permalink
[documentation]: add a default for digitalocean_spaces_bucket acl (#1247
Browse files Browse the repository at this point in the history
)
  • Loading branch information
loosla authored Oct 10, 2024
1 parent 787974b commit f650bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/spaces_bucket.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ The following arguments are supported:

* `name` - (Required) The name of the bucket
* `region` - The region where the bucket resides (Defaults to `nyc3`)
* `acl` - Canned ACL applied on bucket creation (`private` or `public-read`)
* `acl` - Canned ACL applied on bucket creation: `private` or `public-read` (Defaults to `private`)
* `cors_rule` - (Optional) A rule of Cross-Origin Resource Sharing (documented below).
* `lifecycle_rule` - (Optional) A configuration of object lifecycle management (documented below).
* `versioning` - (Optional) A state of versioning (documented below)
Expand Down

0 comments on commit f650bc2

Please sign in to comment.