spaces_bucket: Region attribute should be ForceNew. (#413)

This commit is contained in:
Andrew Starr-Bochicchio 2020-04-14 10:28:32 -04:00 committed by GitHub
parent 61c7bea9cb
commit e5212e4069
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ func resourceDigitalOceanBucket() *schema.Resource {
"region": {
Type: schema.TypeString,
Optional: true,
ForceNew: true,
Description: "Bucket region",
Default: "nyc3",
StateFunc: func(val interface{}) string {