1
0
Files
terraform.examples/rds-mysql-proxy/variables.tf
T
2026-02-13 15:44:24 +08:00

9 lines
126 B
Terraform

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