1
0
Files
terraform.examples/RdsMysqlProxy/variables.tf
T
2026-02-13 17:48:17 +08:00

9 lines
126 B
Terraform

variable "environment" {
type = string
default = "lab"
}
variable "owner" {
type = string
default = "ken2026"
}