File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
released/SAP-Inside-Tracks/SITBLR_DEC_2024/exercises/EXERCISE4/SOLUTION_EX4 Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ resource "cloudfoundry_org_role" "my_role" {
59
59
}
60
60
61
61
resource "cloudfoundry_space" "space" {
62
- name = var. name
62
+ name = var. cf_space_name
63
63
org = btp_subaccount_environment_instance. cloudfoundry . platform_id
64
64
}
65
65
Original file line number Diff line number Diff line change @@ -11,9 +11,4 @@ output "subaccount_name" {
11
11
output "cloudfoundry_org_name" {
12
12
value = local. project_subaccount_cf_org
13
13
description = " The name of the cloudfoundry org connected to the project account."
14
- }
15
-
16
- output "cloudfoundry_org_id" {
17
- value = module. cloudfoundry_environment . cf_org_id
18
- description = " The ID of the cloudfoundry org connected to the project account."
19
- }
14
+ }
You can’t perform that action at this time.
0 commit comments