Skip to content

Commit

Permalink
make datapath_provider ForceNew
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Sun committed Oct 6, 2022
1 parent 45c341d commit a15c6b3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1505,6 +1505,7 @@ func resourceContainerCluster() *schema.Resource {
"datapath_provider": {
Type: schema.TypeString,
Optional: true,
ForceNew: true,
Computed: true,
Description: `The desired datapath provider for this cluster. By default, uses the IPTables-based kube-proxy implementation.`,
ValidateFunc: validation.StringInSlice([]string{"DATAPATH_PROVIDER_UNSPECIFIED", "LEGACY_DATAPATH", "ADVANCED_DATAPATH"}, false),
Expand Down

0 comments on commit a15c6b3

Please sign in to comment.