This commit is contained in:
2025-12-04 08:58:54 +01:00
parent da5310f034
commit 3227265c7a
3 changed files with 141 additions and 3 deletions

View File

@@ -3,4 +3,28 @@
# - zone
# - frontend_subnet_id
# - backend_subnet_id
# - database_subnet_id
# - database_subnet_id
variable "instance_type" {
type = string
}
variable "zone" {
type = string
}
variable "frontend_subnet_id" {
type = string
}
variable "backend_subnet_id" {
type = string
}
variable "database_subnet_id" {
type = string
}