Files
notifications-admin/terraform/sandbox/variables.tf

6 lines
89 B
HCL

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