mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-09 06:33:52 -05:00
6 lines
89 B
Terraform
6 lines
89 B
Terraform
|
|
variable "cf_password" {
|
||
|
|
type = string
|
||
|
|
sensitive = true
|
||
|
|
}
|
||
|
|
variable "cf_user" {}
|