mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-04-02 04:21:10 +02:00
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…
x
Reference in New Issue
Block a user