diff --git a/autogen/main/cluster.tf.tmpl b/autogen/main/cluster.tf.tmpl index 6abd539edf..3f4a801911 100644 --- a/autogen/main/cluster.tf.tmpl +++ b/autogen/main/cluster.tf.tmpl @@ -435,6 +435,7 @@ locals { "spot", {% endif %} "service_account", + "gcfs_enabled", ] } diff --git a/modules/beta-private-cluster-update-variant/cluster.tf b/modules/beta-private-cluster-update-variant/cluster.tf index ea8c36adea..fa69273c35 100644 --- a/modules/beta-private-cluster-update-variant/cluster.tf +++ b/modules/beta-private-cluster-update-variant/cluster.tf @@ -374,6 +374,7 @@ locals { "preemptible", "spot", "service_account", + "gcfs_enabled", ] } diff --git a/modules/beta-public-cluster-update-variant/cluster.tf b/modules/beta-public-cluster-update-variant/cluster.tf index a81dbe457f..9acf3b582a 100644 --- a/modules/beta-public-cluster-update-variant/cluster.tf +++ b/modules/beta-public-cluster-update-variant/cluster.tf @@ -355,6 +355,7 @@ locals { "preemptible", "spot", "service_account", + "gcfs_enabled", ] } diff --git a/modules/private-cluster-update-variant/cluster.tf b/modules/private-cluster-update-variant/cluster.tf index 87a45f9c21..2a65f5dcd1 100644 --- a/modules/private-cluster-update-variant/cluster.tf +++ b/modules/private-cluster-update-variant/cluster.tf @@ -247,6 +247,7 @@ locals { "min_cpu_platform", "preemptible", "service_account", + "gcfs_enabled", ] }