nebula/kaarana/vars.tf

13 lines
158 B
Terraform
Raw Permalink Normal View History

variable "root_db_password" {
}
variable "db_password" {
}
2019-09-20 23:29:39 +00:00
locals {
username = "wordpress"
database = "wordpress"
db_hostname = "kaarana.db"
}