Add forcenew to vpc_uuid field of kubernetes cluster resource (#444)

This commit is contained in:
Kaden Nelson 2020-05-30 11:24:46 -07:00 committed by GitHub
parent b069a9949d
commit fd9e7b8b81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ func resourceDigitalOceanKubernetesCluster() *schema.Resource {
Type: schema.TypeString,
Optional: true,
Computed: true,
ForceNew: true,
},
"cluster_subnet": {