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

5 lines
68 B
Terraform
Raw Normal View History

2022-11-04 11:48:01 -04:00
variable "cf_password" {
sensitive = true
}
variable "cf_user" {}