We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ad7cbf commit 6205a38Copy full SHA for 6205a38
solutions/custom-slz/outputs.tf
@@ -7,11 +7,6 @@ output "prefix" {
7
description = "Prefix used to name resources is this deployment"
8
}
9
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
-
15
output "vpc_data" {
16
description = "This is the entire vpc data object for all of the VPCs created. Includes all attributes of the VPCs"
17
value = module.landing_zone.vpc_data
0 commit comments