forked from pierront/but3-iac
commit
This commit is contained in:
@@ -14,9 +14,11 @@ resource "google_compute_instance" "frontend_vm" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
network_interface {
|
network_interface {
|
||||||
|
access_config {} # IP publique
|
||||||
|
|
||||||
subnetwork = var.frontend_subnet_id
|
subnetwork = var.frontend_subnet_id
|
||||||
|
|
||||||
access_config {} # IP publique
|
# IP publique
|
||||||
}
|
}
|
||||||
|
|
||||||
tags = ["frontend", "ssh"]
|
tags = ["frontend", "ssh"]
|
||||||
|
|||||||
Reference in New Issue
Block a user