Skip to content

Commit 30be8e1

Browse files
authored
remove default for Fleet membership_type
1 parent 430981f commit 30be8e1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2453,7 +2453,6 @@ func ResourceContainerCluster() *schema.Resource {
24532453
"membership_type": {
24542454
Type: schema.TypeString,
24552455
Optional: true,
2456-
Default: "MEMBERSHIP_TYPE_UNSPECIFIED",
24572456
ValidateFunc: validation.StringInSlice([]string{"MEMBERSHIP_TYPE_UNSPECIFIED", "LIGHTWEIGHT"}, false),
24582457
Description: `The type of the cluster's fleet membership.`,
24592458
DiffSuppressFunc: tpgresource.EmptyOrDefaultStringSuppress("MEMBERSHIP_TYPE_UNSPECIFIED"),

0 commit comments

Comments
 (0)