File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
released/discovery_center/mission_4327/step1 Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ data "btp_subaccount_environments" "all" {
30
30
resource "terraform_data" "cf_landscape_label" {
31
31
input = length (var. cf_landscape_label ) > 0 ? var. cf_landscape_label : [for env in data . btp_subaccount_environments . all . values : env if env . service_name == " cloudfoundry" && env . environment_type == " cloudfoundry" ][0 ]. landscape_label
32
32
}
33
- resource "btp_subaccount_entitlement" "cf_free" {
34
- subaccount_id = btp_subaccount. project . id
35
- service_name = " cloudfoundry"
36
- plan_name = " free"
37
- amount = 1
33
+ resource "btp_subaccount_entitlement" "cf_free" {
34
+ subaccount_id = btp_subaccount. project . id
35
+ service_name = " cloudfoundry"
36
+ plan_name = " free"
37
+ amount = 1
38
38
}
39
39
40
40
data "btp_subaccount_environments" "available_environments" {
@@ -45,7 +45,7 @@ data "btp_subaccount_environments" "available_environments" {
45
45
# Creation of Cloud Foundry environment
46
46
# ##############################################################################################
47
47
resource "btp_subaccount_environment_instance" "cloudfoundry" {
48
- depends_on = [ btp_subaccount_entitlement . cf_free ]
48
+ depends_on = [btp_subaccount_entitlement . cf_free ]
49
49
subaccount_id = btp_subaccount. project . id
50
50
name = local. subaccount_cf_org
51
51
landscape_label = terraform_data. cf_landscape_label . output
You can’t perform that action at this time.
0 commit comments