forked from pierront/but3-iac
25 lines
280 B
HCL
25 lines
280 B
HCL
variable "project_name" {
|
|
type = string
|
|
}
|
|
|
|
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
|
|
}
|
|
|