forked from pierront/but3-iac
Libérable !
This commit is contained in:
@@ -15,7 +15,7 @@ resource "google_compute_instance" "frontend_vm" {
|
|||||||
|
|
||||||
network_interface {
|
network_interface {
|
||||||
access_config {} # IP publique
|
access_config {} # IP publique
|
||||||
|
|
||||||
subnetwork = var.frontend_subnet_id
|
subnetwork = var.frontend_subnet_id
|
||||||
|
|
||||||
# IP publique
|
# IP publique
|
||||||
@@ -77,4 +77,5 @@ resource "google_compute_instance" "database_vm" {
|
|||||||
metadata = {
|
metadata = {
|
||||||
enable-oslogin = "TRUE"
|
enable-oslogin = "TRUE"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
565
tp-cloud/terraform/terraform_show.txt
Normal file
565
tp-cloud/terraform/terraform_show.txt
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user