Files
Manuel Romero 61fe528976 dummy outputs
2023-07-17 12:07:15 +02:00

15 lines
161 B
HCL

variable "host" {
}
variable "username" {
}
variable "password" {
}
variable "database" {
}
variable "type" {
description = "mysql | postgres | mssql"
}