Files

6 lines
89 B
Terraform
Raw Permalink Normal View History

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