Skip to content

Commit d250411

Browse files
committed
fix(obj): update enable description
1 parent ffb38fb commit d250411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scaleway/resource_object_bucket.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ func resourceScalewayObjectBucket() *schema.Resource {
121121
"enabled": {
122122
Type: schema.TypeBool,
123123
Required: true,
124-
Description: "Specifies the expiration status",
124+
Description: "Specifies if the configuration rule is Enabled or Disabled",
125125
},
126126
"abort_incomplete_multipart_upload_days": {
127127
Type: schema.TypeInt,

0 commit comments

Comments
 (0)