generated from terraform-ibm-modules/terraform-ibm-module-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
outputs.tf
205 lines (164 loc) · 6.41 KB
/
outputs.tf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
output "watsonx_platform_endpoint" {
description = "The endpoint of the watsonx platform."
value = "${local.dataplatform_ui}/wx/home?context=wx"
}
output "watsonx_assistant_crn" {
description = "The CRN of the watsonx Assistant instance."
value = local.watsonx_assistant_crn
}
output "watsonx_assistant_guid" {
description = "The GUID of the watsonx Assistant instance."
value = local.watsonx_assistant_guid
}
output "watsonx_assistant_name" {
description = "The name of the watsonx Assistant instance."
value = local.watsonx_assistant_name
}
output "watsonx_assistant_plan_id" {
description = "The plan ID of the watsonx Assistant instance."
value = local.watsonx_assistant_plan_id
}
output "watsonx_assistant_dashboard_url" {
description = "The dashboard URL of the watsonx Assistant instance."
value = local.watsonx_assistant_dashboard_url
}
output "watson_discovery_crn" {
description = "The CRN of the Watson Discovery instance."
value = local.watson_discovery_crn
}
output "watson_discovery_guid" {
description = "The GUID of the Watson Discovery instance."
value = local.watson_discovery_guid
}
output "watson_discovery_name" {
description = "The name of the Watson Discovery instance."
value = local.watson_discovery_name
}
output "watson_discovery_plan_id" {
description = "The plan ID of the Watson Discovery instance."
value = local.watson_discovery_plan_id
}
output "watson_discovery_dashboard_url" {
description = "The dashboard URL of the Watson Discovery instance."
value = local.watson_discovery_dashboard_url
}
output "watson_machine_learning_crn" {
description = "The CRN of the Watson Machine Learning instance."
value = local.watson_machine_learning_crn
}
output "watson_machine_learning_guid" {
description = "The GUID of the Watson Machine Learning instance."
value = local.watson_machine_learning_guid
}
output "watson_machine_learning_name" {
description = "The name of the Watson Machine Learning instance."
value = local.watson_machine_learning_name
}
output "watson_machine_learning_plan_id" {
description = "The plan ID of the Watson Machine Learning instance."
value = local.watson_machine_learning_plan_id
}
output "watson_machine_learning_dashboard_url" {
description = "The dashboard URL of the Watson Machine Learning instance."
value = local.watson_machine_learning_dashboard_url
}
output "watson_studio_crn" {
description = "The CRN of the Watson Studio instance."
value = local.watson_studio_crn
}
output "watson_studio_guid" {
description = "The GUID of the Watson Studio instance."
value = local.watson_studio_guid
}
output "watson_studio_name" {
description = "The name of the Watson Studio instance."
value = local.watson_studio_name
}
output "watson_studio_plan_id" {
description = "The plan ID of the Watson Studio instance."
value = local.watson_studio_plan_id
}
output "watson_studio_dashboard_url" {
description = "The dashboard URL of the Watson Studio instance."
value = local.watson_studio_dashboard_url
}
output "watsonx_governance_crn" {
description = "The CRN of the watsonx.governance instance."
value = local.watsonx_governance_crn
}
output "watsonx_governance_guid" {
description = "The GUID of the watsonx.governance instance."
value = local.watsonx_governance_guid
}
output "watsonx_governance_name" {
description = "The name of the watsonx.governance instance."
value = local.watsonx_governance_name
}
output "watsonx_governance_plan_id" {
description = "The plan ID of the watsonx.governance instance."
value = local.watsonx_governance_plan_id
}
output "watsonx_governance_dashboard_url" {
description = "The dashboard URL of the watsonx.governance instance."
value = local.watsonx_governance_dashboard_url
}
output "watsonx_data_crn" {
description = "The CRN of the watsonx.data instance."
value = local.watsonx_data_crn
}
output "watsonx_data_guid" {
description = "The GUID of the watsonx.data instance."
value = local.watsonx_data_guid
}
output "watsonx_data_name" {
description = "The name of the watsonx.data instance."
value = local.watsonx_data_name
}
output "watsonx_data_plan_id" {
description = "The plan ID of the watsonx.data instance."
value = local.watsonx_data_plan_id
}
output "watsonx_data_dashboard_url" {
description = "The dashboard URL of the watsonx.data instance."
value = local.watsonx_data_dashboard_url
}
output "watsonx_orchestrate_crn" {
description = "The CRN of the watsonx Orchestrate instance."
value = local.watsonx_orchestrate_crn
}
output "watsonx_orchestrate_guid" {
description = "The GUID of the watsonx Orchestrate instance."
value = local.watsonx_orchestrate_guid
}
output "watsonx_orchestrate_name" {
description = "The name of the watsonx Orchestrate instance."
value = local.watsonx_orchestrate_name
}
output "watsonx_orchestrate_plan_id" {
description = "The plan ID of the watsonx Orchestrate instance."
value = local.watsonx_orchestrate_plan_id
}
output "watsonx_orchestrate_dashboard_url" {
description = "The dashboard URL of the watsonx Orchestrate instance."
value = local.watsonx_orchestrate_dashboard_url
}
output "watsonx_project_id" {
value = var.watsonx_project_name == null || var.watsonx_project_name == "" ? null : module.configure_project[0].watsonx_project_id
description = "The ID watsonx project that's created."
}
output "watsonx_project_location" {
value = var.watsonx_project_name == null || var.watsonx_project_name == "" ? null : module.configure_project[0].watsonx_project_location
description = "The location watsonx project that's created."
}
output "watsonx_project_bucket_name" {
value = var.watsonx_project_name == null || var.watsonx_project_name == "" ? null : module.configure_project[0].watsonx_project_bucket_name
description = "The name of the COS bucket created by the watsonx project."
}
output "watsonx_project_url" {
value = var.watsonx_project_name == null || var.watsonx_project_name == "" ? null : module.configure_project[0].watsonx_project_url
description = "The URL of the watsonx project that's created."
}
output "resource_group_id" {
value = module.resource_group.resource_group_id
description = "The resource group ID that's used to provision the resources."
}