Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
DrFaust92 committed Jul 12, 2022
1 parent b1985c3 commit f754d4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion autogen/main/cluster.tf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ resource "google_container_cluster" "primary" {
cluster_dns_scope = var.cluster_dns_scope
cluster_dns_domain = var.cluster_dns_domain
}
}
}

timeouts {
create = lookup(var.timeouts, "create", "45m")
Expand Down
2 changes: 1 addition & 1 deletion modules/beta-autopilot-private-cluster/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ resource "google_container_cluster" "primary" {
cluster_dns_scope = var.cluster_dns_scope
cluster_dns_domain = var.cluster_dns_domain
}
}
}

timeouts {
create = lookup(var.timeouts, "create", "45m")
Expand Down
2 changes: 1 addition & 1 deletion modules/beta-autopilot-public-cluster/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ resource "google_container_cluster" "primary" {
cluster_dns_scope = var.cluster_dns_scope
cluster_dns_domain = var.cluster_dns_domain
}
}
}

timeouts {
create = lookup(var.timeouts, "create", "45m")
Expand Down

0 comments on commit f754d4e

Please sign in to comment.