Files
notifications-admin/terraform/production/variables.tf
2022-09-27 10:46:55 -04:00

6 lines
89 B
HCL

variable "cf_password" {
type = string
sensitive = true
}
variable "cf_user" {}