Skip to content

Commit 4c48b33

Browse files
authored
Update resource_container_cluster.go.tmpl
remove ForceNew from Fleet membership_type
1 parent 8fbc419 commit 4c48b33

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
@@ -2437,7 +2437,6 @@ func ResourceContainerCluster() *schema.Resource {
24372437
"membership_type": {
24382438
Type: schema.TypeString,
24392439
Optional: true,
2440-
ForceNew: true,
24412440
Default: "MEMBERSHIP_TYPE_UNSPECIFIED",
24422441
ValidateFunc: validation.StringInSlice([]string{"MEMBERSHIP_TYPE_UNSPECIFIED", "LIGHTWEIGHT"}, false),
24432442
Description: `The type of the cluster's fleet membership.`,

0 commit comments

Comments
 (0)