This commit is contained in:
gastonchenet
2025-12-04 09:58:08 +01:00
parent 8e67258ad4
commit 0b8021651f

View File

@@ -19,25 +19,21 @@ variable "zone" {
variable "frontend_subnet_id" { variable "frontend_subnet_id" {
type = string type = string
description = "self_link du subnet frontend" description = "self_link du subnet frontend"
default = "projects/school-478713/regions/europe-west1/subnetworks/frontend-subnet"
} }
variable "backend_subnet_id" { variable "backend_subnet_id" {
type = string type = string
description = "self_link du subnet backend" description = "self_link du subnet backend"
default = "projects/school-478713/regions/europe-west1/subnetworks/backend-subnet"
} }
variable "database_subnet_id" { variable "database_subnet_id" {
type = string type = string
description = "self_link du subnet database" description = "self_link du subnet database"
default = "projects/school-478713/regions/europe-west1/subnetworks/database-subnet"
} }
variable "network" { variable "network" {
type = string type = string
description = "VPC network self_link or name" description = "VPC network self_link or name"
default = "projects/school-478713/global/networks/school-478713-vpc"
} }
variable "ssh_pub_key" { variable "ssh_pub_key" {