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