Files
qmi-cloud-tf-modules/databases/dummy/variables.tf
Manuel Romero 46b4467fa3 dummydata
2023-07-13 14:52:05 +02:00

15 lines
153 B
HCL

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