Skip to content

Commit

Permalink
kubernetes - enable surge upgrades by default during cluster creation
Browse files Browse the repository at this point in the history
  • Loading branch information
varshavaradarajan committed Feb 15, 2021
1 parent 2c4bf56 commit dcb2595
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions digitalocean/datasource_digitalocean_kubernetes_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ func dataSourceDigitalOceanKubernetesCluster() *schema.Resource {
"surge_upgrade": {
Type: schema.TypeBool,
Computed: true,
Default: true,
},

"vpc_uuid": {
Expand Down

0 comments on commit dcb2595

Please sign in to comment.