We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0411dd8 commit c0715e4Copy full SHA for c0715e4
released/discovery_center/mission_4441/minimal_setup_enterprise/step1/main.tf
@@ -48,7 +48,7 @@ resource "btp_subaccount_entitlement" "cloudfoundry" {
48
}
49
50
resource "btp_subaccount_environment_instance" "cloudfoundry" {
51
- depends_on = [ btp_subaccount_entitlement.build_code ]
+ depends_on = [btp_subaccount_entitlement.build_code]
52
subaccount_id = btp_subaccount.dc_mission.id
53
name = "cf-${random_uuid.uuid.result}"
54
environment_type = "cloudfoundry"
0 commit comments