Skip to content

Commit c0715e4

Browse files
committed
Update main.tf
1 parent 0411dd8 commit c0715e4

File tree

1 file changed

+1
-1
lines changed
  • released/discovery_center/mission_4441/minimal_setup_enterprise/step1

1 file changed

+1
-1
lines changed

released/discovery_center/mission_4441/minimal_setup_enterprise/step1/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ resource "btp_subaccount_entitlement" "cloudfoundry" {
4848
}
4949

5050
resource "btp_subaccount_environment_instance" "cloudfoundry" {
51-
depends_on = [ btp_subaccount_entitlement.build_code ]
51+
depends_on = [btp_subaccount_entitlement.build_code]
5252
subaccount_id = btp_subaccount.dc_mission.id
5353
name = "cf-${random_uuid.uuid.result}"
5454
environment_type = "cloudfoundry"

0 commit comments

Comments
 (0)