Can't move from region to region without a recreate. (#1456)

This commit is contained in:
Nathan McKinley 2018-05-09 12:55:28 -07:00 committed by GitHub
parent 8907321d60
commit e37c25abe5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,6 +96,7 @@ func resourceContainerCluster() *schema.Resource {
Type: schema.TypeString,
Optional: true,
Computed: true,
ForceNew: true,
ConflictsWith: []string{"zone"},
},