mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-02-18 10:11:28 +01:00
Fix terraform config formatting
This commit is contained in:
parent
2fa7dac247
commit
82a616c70b
@ -82,4 +82,3 @@ variable "cluster_domain_suffix" {
|
|||||||
type = "string"
|
type = "string"
|
||||||
default = "cluster.local"
|
default = "cluster.local"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -30,7 +30,6 @@ resource "google_compute_firewall" "allow-apiserver" {
|
|||||||
target_tags = ["${var.cluster_name}-controller"]
|
target_tags = ["${var.cluster_name}-controller"]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
resource "google_compute_firewall" "allow-ingress" {
|
resource "google_compute_firewall" "allow-ingress" {
|
||||||
name = "${var.cluster_name}-allow-ingress"
|
name = "${var.cluster_name}-allow-ingress"
|
||||||
network = "${google_compute_network.network.name}"
|
network = "${google_compute_network.network.name}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user