diff --git a/autogen/main/cluster.tf.tmpl b/autogen/main/cluster.tf.tmpl index 81f5b26367..0953ca827c 100644 --- a/autogen/main/cluster.tf.tmpl +++ b/autogen/main/cluster.tf.tmpl @@ -435,6 +435,7 @@ locals { "spot", {% endif %} "service_account", + "enable_gcfs", ] } diff --git a/modules/beta-private-cluster-update-variant/cluster.tf b/modules/beta-private-cluster-update-variant/cluster.tf index c619fcf69d..4f912de795 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", + "enable_gcfs", ] } diff --git a/modules/beta-public-cluster-update-variant/cluster.tf b/modules/beta-public-cluster-update-variant/cluster.tf index 68173830ba..853b045297 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", + "enable_gcfs", ] } diff --git a/modules/private-cluster-update-variant/cluster.tf b/modules/private-cluster-update-variant/cluster.tf index a5eca32afc..b51652d374 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", + "enable_gcfs", ] }