mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 23:41:17 -05:00
Fixed reference to the Cloud Foundry org instead of space
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
@@ -2,9 +2,8 @@
|
|||||||
# Target space/org
|
# Target space/org
|
||||||
###
|
###
|
||||||
|
|
||||||
data "cloudfoundry_space" "space" {
|
data "cloudfoundry_org" "org" {
|
||||||
org_name = var.cf_org_name
|
name = var.cf_org_name
|
||||||
name = var.cf_space_name
|
|
||||||
}
|
}
|
||||||
|
|
||||||
###
|
###
|
||||||
|
|||||||
@@ -2,9 +2,8 @@
|
|||||||
# Target space/org
|
# Target space/org
|
||||||
###
|
###
|
||||||
|
|
||||||
data "cloudfoundry_space" "space" {
|
data "cloudfoundry_org" "org" {
|
||||||
org_name = var.cf_org_name
|
name = var.cf_org_name
|
||||||
name = var.cf_space_name
|
|
||||||
}
|
}
|
||||||
|
|
||||||
###
|
###
|
||||||
|
|||||||
Reference in New Issue
Block a user