Fix terraform config formatting
This commit is contained in:
parent
2fa7dac247
commit
82a616c70b
|
@ -82,4 +82,3 @@ variable "cluster_domain_suffix" {
|
|||
type = "string"
|
||||
default = "cluster.local"
|
||||
}
|
||||
|
||||
|
|
|
@ -30,7 +30,6 @@ resource "google_compute_firewall" "allow-apiserver" {
|
|||
target_tags = ["${var.cluster_name}-controller"]
|
||||
}
|
||||
|
||||
|
||||
resource "google_compute_firewall" "allow-ingress" {
|
||||
name = "${var.cluster_name}-allow-ingress"
|
||||
network = "${google_compute_network.network.name}"
|
||||
|
|
Loading…
Reference in New Issue