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

6 lines
89 B
Terraform

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