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

@@ -48,7 +48,7 @@ resource "google_compute_instance" "controllers" {
}
can_ip_forward = true
tags = ["${var.cluster_name}-controller"]
tags = ["${var.cluster_name}-controller"]
}
# Controller Container Linux Config