Skip to content

Commit

Permalink
Add keeper for gcfs_enabled for update variants
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraseidler committed Apr 12, 2022
1 parent 81d3fa1 commit 66c39ff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions autogen/main/cluster.tf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ locals {
"spot",
{% endif %}
"service_account",
"gcfs_enabled",
]
}

Expand Down
1 change: 1 addition & 0 deletions modules/beta-private-cluster-update-variant/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ locals {
"preemptible",
"spot",
"service_account",
"gcfs_enabled",
]
}

Expand Down
1 change: 1 addition & 0 deletions modules/beta-public-cluster-update-variant/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ locals {
"preemptible",
"spot",
"service_account",
"gcfs_enabled",
]
}

Expand Down
1 change: 1 addition & 0 deletions modules/private-cluster-update-variant/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ locals {
"min_cpu_platform",
"preemptible",
"service_account",
"gcfs_enabled",
]
}

Expand Down

0 comments on commit 66c39ff

Please sign in to comment.