Skip to content

Commit 4f5106b

Browse files
committed
Initial skeleton commit
1 parent 5b970a5 commit 4f5106b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/default/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ data "cloudfoundry_space" "space" {
1010
module "postgres" {
1111
source = "philips-labs/postgres/hsdp"
1212

13-
cf_org_name = "test"
14-
cf_space_id = data.cloudfoundry_space.space.id
13+
cf_org_name = "test"
14+
cf_space_id = data.cloudfoundry_space.space.id
1515
}

0 commit comments

Comments
 (0)