Skip to content

Commit b0625cb

Browse files
committed
Regenerate
1 parent 60895e7 commit b0625cb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ locals {
3939
custom_kube_dns_config = length(keys(var.stub_domains)) > 0
4040
upstream_nameservers_config = length(var.upstream_nameservers) > 0
4141
network_project_id = var.network_project_id != "" ? var.network_project_id : var.project_id
42-
zone_count = length(var.zones)
42+
zone_count = length(var.zones)
4343

4444
cluster_type = var.regional ? "regional" : "zonal"
4545

modules/beta-private-cluster/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ locals {
3939
custom_kube_dns_config = length(keys(var.stub_domains)) > 0
4040
upstream_nameservers_config = length(var.upstream_nameservers) > 0
4141
network_project_id = var.network_project_id != "" ? var.network_project_id : var.project_id
42-
zone_count = length(var.zones)
42+
zone_count = length(var.zones)
4343

4444
cluster_type = var.regional ? "regional" : "zonal"
4545

modules/beta-public-cluster/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ locals {
3939
custom_kube_dns_config = length(keys(var.stub_domains)) > 0
4040
upstream_nameservers_config = length(var.upstream_nameservers) > 0
4141
network_project_id = var.network_project_id != "" ? var.network_project_id : var.project_id
42-
zone_count = length(var.zones)
42+
zone_count = length(var.zones)
4343

4444
cluster_type = var.regional ? "regional" : "zonal"
4545

modules/private-cluster/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ locals {
3939
custom_kube_dns_config = length(keys(var.stub_domains)) > 0
4040
upstream_nameservers_config = length(var.upstream_nameservers) > 0
4141
network_project_id = var.network_project_id != "" ? var.network_project_id : var.project_id
42-
zone_count = length(var.zones)
42+
zone_count = length(var.zones)
4343

4444
cluster_type = var.regional ? "regional" : "zonal"
4545

0 commit comments

Comments
 (0)