Files
notifications-api/terraform/shared/egress_space/variables.tf
2022-11-08 13:10:24 -05:00

11 lines
195 B
HCL

variable "cf_password" {
type = string
sensitive = true
}
variable "cf_user" {}
variable "cf_org_name" {}
variable "cf_restricted_space_name" {}
variable "deployers" {
type = set(string)
}