Correctif Network + Compute qui nage

This commit is contained in:
2025-12-04 09:54:18 +00:00
parent 58d1ea2089
commit 1747539bf6
14 changed files with 1123 additions and 23 deletions

View File

@@ -0,0 +1,24 @@
variable "instance_type" {
type = string
default = "e2-micro"
}
variable "zone" {
type = string
default = "europe-west1-b"
}
variable "frontend_subnet_id" {
type = string
default = "frontend"
}
variable "backend_subnet_id" {
type = string
default = "backend"
}
variable "database_subnet_id" {
type = string
default = "database"
}