mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-10 01:56:03 -04:00
Removed last bit of extraneous config that is not needed
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
@@ -2,10 +2,6 @@
|
|||||||
# Target space/org
|
# Target space/org
|
||||||
###
|
###
|
||||||
|
|
||||||
data "cloudfoundry_org" "org" {
|
|
||||||
name = var.cf_org_name
|
|
||||||
}
|
|
||||||
|
|
||||||
data "cloudfoundry_space" "space" {
|
data "cloudfoundry_space" "space" {
|
||||||
org_name = var.cf_org_name
|
org_name = var.cf_org_name
|
||||||
name = var.cf_space_name
|
name = var.cf_space_name
|
||||||
|
|||||||
@@ -2,10 +2,6 @@
|
|||||||
# Target space/org
|
# Target space/org
|
||||||
###
|
###
|
||||||
|
|
||||||
data "cloudfoundry_org" "org" {
|
|
||||||
name = var.cf_org_name
|
|
||||||
}
|
|
||||||
|
|
||||||
data "cloudfoundry_space" "space" {
|
data "cloudfoundry_space" "space" {
|
||||||
org_name = var.cf_org_name
|
org_name = var.cf_org_name
|
||||||
name = var.cf_space_name
|
name = var.cf_space_name
|
||||||
|
|||||||
Reference in New Issue
Block a user