Files
notifications-api/terraform/shared/egress_space/variables.tf
T

6 lines
111 B
Terraform

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