Skip to content

Commit 430981f

Browse files
authored
Add DiffSuppressFunc for Fleet membership_type
1 parent b19490f commit 430981f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

mmv1/third_party/terraform/services/container/resource_container_cluster.go.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2456,6 +2456,7 @@ func ResourceContainerCluster() *schema.Resource {
24562456
Default: "MEMBERSHIP_TYPE_UNSPECIFIED",
24572457
ValidateFunc: validation.StringInSlice([]string{"MEMBERSHIP_TYPE_UNSPECIFIED", "LIGHTWEIGHT"}, false),
24582458
Description: `The type of the cluster's fleet membership.`,
2459+
DiffSuppressFunc: tpgresource.EmptyOrDefaultStringSuppress("MEMBERSHIP_TYPE_UNSPECIFIED"),
24592460
},
24602461
},
24612462
},

0 commit comments

Comments
 (0)