Skip to content

Commit

Permalink
Avoid forcing replacement of the bucket when setting a value for `obj…
Browse files Browse the repository at this point in the history
…ect_locking` (#460)
  • Loading branch information
ktaf committed May 11, 2023
1 parent 3f09156 commit e91462f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minio/resource_minio_s3_bucket.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func resourceMinioBucket() *schema.Resource {
Type: schema.TypeBool,
Optional: true,
Default: false,
ForceNew: true,
ForceNew: false,
},
},
}
Expand Down

0 comments on commit e91462f

Please sign in to comment.