network
This commit is contained in:
parent
058c767829
commit
b451708708
@ -11,7 +11,7 @@ resource "google_compute_instance" "vm-front" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
network_interface {
|
network_interface {
|
||||||
subnetwork = google_compute_network.subnet1.id
|
network = google_compute_network.subnet1.id
|
||||||
access_config {} # IP publique
|
access_config {} # IP publique
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user