Add egress-space terraform module

This commit is contained in:
Ryan Ahearn
2022-11-04 16:37:32 -04:00
parent a3f594693f
commit 13134ac6ae
6 changed files with 105 additions and 6 deletions

View File

@@ -0,0 +1,10 @@
variable "cf_password" {
type = string
sensitive = true
}
variable "cf_user" {}
variable "cf_org_name" {}
variable "cf_restricted_space_name" {}
variable "deployers" {
type = set(string)
}