Files
notifications-admin/terraform/demo/variables.tf
2022-11-02 14:42:32 -04:00

6 lines
89 B
HCL

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