Skip to content

Commit 60895e7

Browse files
committed
Fix indentation for zone_count
1 parent 49faeb1 commit 60895e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autogen/main.tf

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

4848
cluster_type = var.regional ? "regional" : "zonal"
4949

0 commit comments

Comments
 (0)