mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-21 07:51:13 -05:00
6 lines
111 B
Terraform
6 lines
111 B
Terraform
|
|
variable "cf_org_name" {}
|
||
|
|
variable "cf_restricted_space_name" {}
|
||
|
|
variable "deployers" {
|
||
|
|
type = set(string)
|
||
|
|
}
|