We hope this is right.

Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
Cliff Hill
2024-03-08 11:35:26 -05:00
parent 90e6b0b9c2
commit 92d4171717
2 changed files with 1 additions and 6 deletions

View File

@@ -11,6 +11,7 @@ data "cloudfoundry_org" "org" {
###
resource "cloudfoundry_space" "public_egress" {
delete_recursive_allowed = false
name = "${var.cf_restricted_space_name}-egress"
org = data.cloudfoundry_org.org.id
}