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 26, 2022
1 parent adefb62 commit ca27a04
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1519,6 +1519,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 ca27a04

Please sign in to comment.