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

6 lines
89 B
Terraform
Raw Normal View History

2022-11-02 14:42:32 -04:00
variable "cf_password" {
type = string
sensitive = true
}
variable "cf_user" {}