Skip to content

Commit

Permalink
Update scaleway/resource_object_bucket.go
Browse files Browse the repository at this point in the history
  • Loading branch information
remyleone authored and Monitob committed Feb 8, 2022
1 parent 15e2dcb commit d1f6902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scaleway/resource_object_bucket.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ func resourceScalewayObjectBucket() *schema.Resource {
Optional: true,
Computed: true,
MaxItems: 1,
Description: "keeping multiple variants of an object in the same bucket",
Description: "Allow multiple versions of an object in the same bucket",
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"enabled": {
Expand Down

0 comments on commit d1f6902

Please sign in to comment.