Formatting changes.
This commit is contained in:
parent
3959d98388
commit
1e99b84730
4
main.tf
4
main.tf
@ -181,7 +181,7 @@ resource "google_compute_instance" "vm_hub" {
|
|||||||
ssh-keys = "${var.ssh[0].public_key} ${var.ssh[0].ssh_user}"
|
ssh-keys = "${var.ssh[0].public_key} ${var.ssh[0].ssh_user}"
|
||||||
}
|
}
|
||||||
|
|
||||||
depends_on = [ google_compute_subnetwork.net_hub ]
|
depends_on = [google_compute_subnetwork.net_hub]
|
||||||
}
|
}
|
||||||
|
|
||||||
output "vm_hub_ip" {
|
output "vm_hub_ip" {
|
||||||
@ -211,7 +211,7 @@ resource "google_compute_instance" "vm_spoke" {
|
|||||||
ssh-keys = "${var.ssh[0].public_key} ${var.ssh[0].ssh_user}"
|
ssh-keys = "${var.ssh[0].public_key} ${var.ssh[0].ssh_user}"
|
||||||
}
|
}
|
||||||
|
|
||||||
depends_on = [ google_compute_subnetwork.net_spoke ]
|
depends_on = [google_compute_subnetwork.net_spoke]
|
||||||
}
|
}
|
||||||
|
|
||||||
output "vm_spoke_ip" {
|
output "vm_spoke_ip" {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user