mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-11 09:28:27 -04:00
6 lines
89 B
Terraform
6 lines
89 B
Terraform
|
|
variable "cf_password" {
|
||
|
|
type = string
|
||
|
|
sensitive = true
|
||
|
|
}
|
||
|
|
variable "cf_user" {}
|