mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-23 17:01:35 -05:00
11 lines
195 B
Terraform
11 lines
195 B
Terraform
|
|
variable "cf_password" {
|
||
|
|
type = string
|
||
|
|
sensitive = true
|
||
|
|
}
|
||
|
|
variable "cf_user" {}
|
||
|
|
variable "cf_org_name" {}
|
||
|
|
variable "cf_restricted_space_name" {}
|
||
|
|
variable "deployers" {
|
||
|
|
type = set(string)
|
||
|
|
}
|