compute fait

This commit is contained in:
2025-12-03 17:19:47 +01:00
parent 899cf21887
commit 5b3ce9600f
6 changed files with 141 additions and 5 deletions

View File

@@ -3,4 +3,29 @@
# - zone
# - frontend_subnet_id
# - backend_subnet_id
# - database_subnet_id
# - database_subnet_id
variable "instance_type" {
description = "type de l'instance"
type = string
}
variable "zone" {
description = "Nom de la zone"
type = string
}
variable "frontend_subnet_id" {
description = "id du frontend"
type = string
}
variable "backend_subnet_id" {
description = "id du backend"
type = string
}
variable "database_subnet_id" {
description = "id du database"
type = string
}