15 lines
182 B
HCL
15 lines
182 B
HCL
variable "POSTGRES_USER" {
|
|
type = string
|
|
}
|
|
|
|
variable "POSTGRES_PASSWORD" {
|
|
type = string
|
|
}
|
|
|
|
variable "VELA_USER" {
|
|
type = string
|
|
}
|
|
|
|
variable "VELA_PASSWORD" {
|
|
type = string
|
|
} |