Files
notifications-api/terraform/shared/egress_space/variables.tf
2022-12-22 09:09:12 -05:00

6 lines
111 B
HCL

variable "cf_org_name" {}
variable "cf_restricted_space_name" {}
variable "deployers" {
type = set(string)
}