Removed last bit of extraneous config that is not needed

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2024-03-13 10:12:54 -04:00
parent 1484c2ffa0
commit 0404348ec0
2 changed files with 0 additions and 8 deletions

View File

@@ -2,10 +2,6 @@
# Target space/org
###
data "cloudfoundry_org" "org" {
name = var.cf_org_name
}
data "cloudfoundry_space" "space" {
org_name = var.cf_org_name
name = var.cf_space_name

View File

@@ -2,10 +2,6 @@
# Target space/org
###
data "cloudfoundry_org" "org" {
name = var.cf_org_name
}
data "cloudfoundry_space" "space" {
org_name = var.cf_org_name
name = var.cf_space_name