network
This commit is contained in:
@@ -9,6 +9,7 @@ resource "google_compute_instance" "vm-front" {
|
|||||||
size = 10
|
size = 10
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
network_interface {
|
network_interface {
|
||||||
network = google_compute_network.subnet1.id
|
network = google_compute_network.subnet1.id
|
||||||
@@ -20,7 +21,7 @@ resource "google_compute_instance" "vm-front" {
|
|||||||
metadata = {
|
metadata = {
|
||||||
enable-oslogin = "TRUE"
|
enable-oslogin = "TRUE"
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
resource "google_compute_instance" "vm-back" {
|
resource "google_compute_instance" "vm-back" {
|
||||||
name = "vm-back"
|
name = "vm-back"
|
||||||
|
Reference in New Issue
Block a user