merci gpt XD

This commit is contained in:
2025-12-03 16:15:42 +01:00
parent f2eef8ed81
commit 91d297cb21
9 changed files with 266 additions and 12 deletions

View File

@@ -0,0 +1,24 @@
variable "instance_type" {
description = "instance_type"
type = string
}
variable "zone" {
description = "zone"
type = string
}
variable "frontend_subnet_id" {
description = "frontend_subnet_id"
type = string
}
variable "backend_subnet_id" {
description = "backend_subnet_id"
type = string
}
variable "database_subnet_id" {
description = "database_subnet_id"
type = string
}