19 lines
244 B
HCL
19 lines
244 B
HCL
variable "component" {
|
|
type = string
|
|
}
|
|
variable "instance" {
|
|
type = string
|
|
}
|
|
variable "namespace" {
|
|
type = string
|
|
}
|
|
variable "labels" {
|
|
type = map(string)
|
|
}
|
|
variable "storage" {
|
|
type = string
|
|
}
|
|
variable "database" {
|
|
type = string
|
|
}
|