generated from terraform-ibm-modules/terraform-ibm-module-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
outputs.tf
193 lines (155 loc) · 6.32 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
########################################################################################################################
# Outputs
########################################################################################################################
output "security_resource_group_id" {
value = local.security_resource_group.id
description = "ID of the Resource Group created by the module."
}
output "security_resource_group_name" {
value = local.security_resource_group.name
description = "Name of the Resource Group created by the module."
}
output "audit_resource_group_id" {
value = local.audit_resource_group.id
description = "ID of the Resource Group created by the module."
}
output "audit_resource_group_name" {
value = local.audit_resource_group.name
description = "Name of the Resource Group created by the module."
}
output "observability_resource_group_id" {
value = local.observability_resource_group.id
description = "ID of the Resource Group created by the module."
}
output "observability_resource_group_name" {
value = local.observability_resource_group.name
description = "Name of the Resource Group created by the module."
}
output "management_resource_group_id" {
value = local.management_resource_group.id
description = "ID of the Resource Group created by the module."
}
output "management_resource_group_name" {
value = local.management_resource_group.name
description = "Name of the Resource Group created by the module."
}
output "workload_resource_group_id" {
value = local.workload_resource_group.id
description = "ID of the Resource Group created by the module."
}
output "workload_resource_group_name" {
value = local.workload_resource_group.name
description = "Name of the Resource Group created by the module."
}
output "edge_resource_group_id" {
value = local.edge_resource_group.id
description = "ID of the Resource Group created by the module."
}
output "edge_resource_group_name" {
value = local.edge_resource_group.name
description = "Name of the Resource Group created by the module."
}
output "devops_resource_group_id" {
value = local.devops_resource_group.id
description = "ID of the Resource Group created by the module."
}
output "devops_resource_group_name" {
value = local.devops_resource_group.name
description = "Name of the Resource Group created by the module."
}
output "activity_tracker_routes" {
value = local.activity_tracker_routes
description = "Activity Tracker Routes"
}
output "activity_tracker_targets" {
value = local.activity_tracker_targets
description = "Activity Tracker Targets"
}
output "cos_bucket" {
value = local.cos_bucket
description = "COS Bucket"
}
output "cos_instance_guid" {
value = local.cos_instance_guid
description = "COS Instance GUID"
}
output "cos_instance_id" {
value = local.cos_instance_id
description = "COS Instance ID"
}
output "account_allowed_ip_addresses" {
value = one(module.account_settings[*].account_allowed_ip_addresses)
description = "Account Settings Allowed IP Addresses"
}
output "account_allowed_ip_addresses_control_mode" {
value = one(module.account_settings[*].account_allowed_ip_addresses_control_mode)
description = "Account Settings Allowed IP Addresses Control Mode"
}
output "account_allowed_ip_addresses_enforced" {
value = one(module.account_settings[*].account_allowed_ip_addresses_enforced)
description = "Account Settings Allowed IP Addresses Enforced"
}
output "account_iam_access_token_expiration" {
value = one(module.account_settings[*].account_iam_access_token_expiration)
description = "Account Settings IAM Access Token Expiration"
}
output "account_iam_active_session_timeout" {
value = one(module.account_settings[*].account_iam_active_session_timeout)
description = "Account Settings IAM Active Session Timeout"
}
output "account_iam_apikey_creation" {
value = one(module.account_settings[*].account_iam_apikey_creation)
description = "Account Settings IAM API Key Creation"
}
output "account_iam_inactive_session_timeout" {
value = one(module.account_settings[*].account_iam_inactive_session_timeout)
description = "Account Settings IAM Inactive Session Timeout"
}
output "account_iam_mfa" {
value = one(module.account_settings[*].account_iam_mfa)
description = "Account Settings IAM MFA"
}
output "account_iam_refresh_token_expiration" {
value = one(module.account_settings[*].account_iam_refresh_token_expiration)
description = "Account Settings IAM Refresh Token Expiration"
}
output "account_iam_serviceid_creation" {
value = one(module.account_settings[*].account_iam_serviceid_creation)
description = "Account Settings IAM Service ID Creation"
}
output "account_iam_user_mfa_list" {
value = one(module.account_settings[*].account_iam_user_mfa_list)
description = "Account Settings IAM User MFA List"
}
output "account_public_access" {
value = one(module.account_settings[*].account_public_access)
description = "Account Settings Public Access"
}
output "account_shell_settings_status" {
value = one(module.account_settings[*].account_shell_settings_status)
description = "Account Settings Shell Settings Status"
}
output "trusted_profile_projects" {
value = one(module.trusted_profile_projects[*].trusted_profile)
description = "Trusted Profile Projects Profile"
}
output "trusted_profile_projects_claim_rules" {
value = one(module.trusted_profile_projects[*].trusted_profile_claim_rules)
description = "Trusted Profile Projects Profile Claim Rules"
}
output "trusted_profile_projects_links" {
value = one(module.trusted_profile_projects[*].trusted_profile_links)
description = "Trusted Profile Projects Profile Links"
}
output "trusted_profile_projects_policies" {
value = one(module.trusted_profile_projects[*].trusted_profile_policies)
description = "Trusted Profile Projects Profile Policies"
}
output "cbr_map_service_ref_name_zoneid" {
value = one(module.cbr_fscloud[*].map_service_ref_name_zoneid)
description = "Map of service reference and zone ids"
}
output "cbr_map_target_service_rule_ids" {
value = one(module.cbr_fscloud[*].map_target_service_rule_ids)
description = "Map of target service and rule ids"
}