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

6 lines
91 B
Terraform
Raw Normal View History

variable "cf_password" {
sensitive = true
}
variable "cf_user" {}
variable "username" {}