15 lines
153 B
HCL
15 lines
153 B
HCL
variable "host" {
|
|
}
|
|
|
|
variable "username" {
|
|
}
|
|
|
|
variable "password" {
|
|
}
|
|
|
|
variable "database" {
|
|
}
|
|
|
|
variable "type" {
|
|
description = "mysql | postgres"
|
|
} |