Skip to content

Commit 2777550

Browse files
committed
Fix merge error
1 parent 7e3693d commit 2777550

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

application-boundary.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ module "broker_smtp" {
1818
aws_zone = var.broker_zone
1919
}
2020

21-
# For now we are using a hand-provisioned user-provided service, not managed by Terraform
22-
data "cloudfoundry_space" "broker-space" {
23-
name = var.broker_space.space
24-
org_name = var.broker_space.org
25-
}
26-
2721
module "broker_solrcloud" {
2822
source = "./broker"
2923

0 commit comments

Comments
 (0)