Files

6 lines
111 B
Terraform
Raw Permalink Normal View History

2022-11-04 16:37:32 -04:00
variable "cf_org_name" {}
variable "cf_restricted_space_name" {}
variable "deployers" {
type = set(string)
}