BB: Add interface to tunneling-11

This commit is contained in:
Kekoa Kaaikala 2022-09-13 19:52:04 +00:00
parent b865c13a3b
commit e7bb5ce535
1 changed files with 4 additions and 0 deletions

View File

@ -127,6 +127,10 @@ resource "google_compute_instance_from_template" "tunneling-11" {
subnetwork="${local.resource_prefix}tunneling2-main"
network_ip="10.2.0.11"
}
network_interface{
subnetwork="${local.resource_prefix}tunneling-main"
network_ip="10.2.1.11"
}
}
resource "google_compute_instance_from_template" "tunneling-12" {