network
This commit is contained in:
parent
b451708708
commit
9c02b07829
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user