Skip to content

Commit 6205a38

Browse files
committed
use a region variable to ensure consistent deployment
1 parent 9ad7cbf commit 6205a38

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

solutions/custom-slz/outputs.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ output "prefix" {
77
description = "Prefix used to name resources is this deployment"
88
}
99

10-
output "schematics_workspace_id" {
11-
description = "ID of the IBM Cloud Schematics workspace. Returns null if not ran in Schematics"
12-
value = var.IC_SCHEMATICS_WORKSPACE_ID
13-
}
14-
1510
output "vpc_data" {
1611
description = "This is the entire vpc data object for all of the VPCs created. Includes all attributes of the VPCs"
1712
value = module.landing_zone.vpc_data

0 commit comments

Comments
 (0)