Fix terraform config formatting

This commit is contained in:
Dalton Hubble 2018-02-10 15:18:27 -08:00
parent 2fa7dac247
commit 82a616c70b
4 changed files with 9 additions and 11 deletions

View File

@ -82,4 +82,3 @@ variable "cluster_domain_suffix" {
type = "string"
default = "cluster.local"
}

View File

@ -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}"