This commit is contained in:
2025-12-04 09:34:25 +01:00
parent 61860ed31b
commit 265525a4c5
6 changed files with 159 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
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
}