mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-16 18:22:17 -05:00
This changeset reverts the rest of our recent Terraform changes to make sure deployments are working properly. Again, these will be re-introduced once we figure out the resource management piece. Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
6 lines
111 B
HCL
6 lines
111 B
HCL
variable "cf_org_name" {}
|
|
variable "cf_restricted_space_name" {}
|
|
variable "deployers" {
|
|
type = set(string)
|
|
}
|