|
4 | 4 |
|
5 | 5 | output "single_resource_group_id" {
|
6 | 6 | value = local.single_resource_group.id
|
7 |
| - description = "ID of the single Resource Group created by the module." |
| 7 | + description = "ID of the resource group created by the module." |
8 | 8 | }
|
9 | 9 |
|
10 | 10 | output "single_resource_group_name" {
|
11 | 11 | value = local.single_resource_group.name
|
12 |
| - description = "Name of the single Resource Group created by the module." |
| 12 | + description = "Name of the resource group created by the module." |
13 | 13 | }
|
14 | 14 |
|
15 | 15 | output "security_resource_group_id" {
|
16 | 16 | value = local.security_resource_group.id
|
17 |
| - description = "ID of the Resource Group created for security-related resources." |
| 17 | + description = "ID of the resource group created for security-related resources." |
18 | 18 | }
|
19 | 19 |
|
20 | 20 | output "security_resource_group_name" {
|
21 | 21 | value = local.security_resource_group.name
|
22 |
| - description = "Name of the Resource Group created for security-related resources." |
| 22 | + description = "Name of the resource group created for security-related resources." |
23 | 23 | }
|
24 | 24 |
|
25 | 25 | output "audit_resource_group_id" {
|
26 | 26 | value = local.audit_resource_group.id
|
27 |
| - description = "ID of the Resource Group created for audit-related resources." |
| 27 | + description = "ID of the resource group created for audit-related resources." |
28 | 28 | }
|
29 | 29 |
|
30 | 30 | output "audit_resource_group_name" {
|
31 | 31 | value = local.audit_resource_group.name
|
32 |
| - description = "Name of the Resource Group created for audit-related resources." |
| 32 | + description = "Name of the resource group created for audit-related resources." |
33 | 33 | }
|
34 | 34 |
|
35 | 35 | output "observability_resource_group_id" {
|
36 | 36 | value = local.observability_resource_group.id
|
37 |
| - description = "ID of the Resource Group created observability-related resources." |
| 37 | + description = "ID of the resource group created for observability-related resources." |
38 | 38 | }
|
39 | 39 |
|
40 | 40 | output "observability_resource_group_name" {
|
41 | 41 | value = local.observability_resource_group.name
|
42 |
| - description = "Name of the Resource Group created observability-related resources." |
| 42 | + description = "Name of the resource group created for observability-related resources." |
43 | 43 | }
|
44 | 44 |
|
45 | 45 | output "management_resource_group_id" {
|
46 | 46 | value = local.management_resource_group.id
|
47 |
| - description = "ID of the Resource Group created management-related resources." |
| 47 | + description = "ID of the resource group created for management-related resources." |
48 | 48 | }
|
49 | 49 |
|
50 | 50 | output "management_resource_group_name" {
|
51 | 51 | value = local.management_resource_group.name
|
52 |
| - description = "Name of the Resource Group created management-related resources." |
| 52 | + description = "Name of the resource group created for management-related resources." |
53 | 53 | }
|
54 | 54 |
|
55 | 55 | output "workload_resource_group_id" {
|
56 | 56 | value = local.workload_resource_group.id
|
57 |
| - description = "ID of the Resource Group created workload-related resources." |
| 57 | + description = "ID of the resource group created for workload-related resources." |
58 | 58 | }
|
59 | 59 |
|
60 | 60 | output "workload_resource_group_name" {
|
61 | 61 | value = local.workload_resource_group.name
|
62 |
| - description = "Name of the Resource Group created workload-related resources." |
| 62 | + description = "Name of the resource group created for workload-related resources." |
63 | 63 | }
|
64 | 64 |
|
65 | 65 | output "edge_resource_group_id" {
|
66 | 66 | value = local.edge_resource_group.id
|
67 |
| - description = "ID of the Resource Group created edge network-related resources." |
| 67 | + description = "ID of the resource group created for edge network-related resources." |
68 | 68 | }
|
69 | 69 |
|
70 | 70 | output "edge_resource_group_name" {
|
71 | 71 | value = local.edge_resource_group.name
|
72 |
| - description = "Name of the Resource Group created edge network-related resources." |
| 72 | + description = "Name of the resource group created for edge network-related resources." |
73 | 73 | }
|
74 | 74 |
|
75 | 75 | output "devops_resource_group_id" {
|
76 | 76 | value = local.devops_resource_group.id
|
77 |
| - description = "ID of the Resource Group created devops-related resources." |
| 77 | + description = "ID of the resource group created for devops-related resources." |
78 | 78 | }
|
79 | 79 |
|
80 | 80 | output "devops_resource_group_name" {
|
81 | 81 | value = local.devops_resource_group.name
|
82 |
| - description = "Name of the Resource Group created devops-related resources." |
| 82 | + description = "Name of the resource group created for devops-related resources." |
83 | 83 | }
|
84 | 84 |
|
85 | 85 | output "account_allowed_ip_addresses" {
|
86 | 86 | value = one(module.account_settings[*].account_allowed_ip_addresses)
|
87 |
| - description = "Account Settings Allowed IP Addresses" |
| 87 | + description = "Account settings allowed IP addresses" |
88 | 88 | }
|
89 | 89 |
|
90 | 90 | output "account_allowed_ip_addresses_control_mode" {
|
91 | 91 | value = one(module.account_settings[*].account_allowed_ip_addresses_control_mode)
|
92 |
| - description = "Account Settings Allowed IP Addresses Control Mode" |
| 92 | + description = "Account settings allowed IP addresses control mode" |
93 | 93 | }
|
94 | 94 |
|
95 | 95 | output "account_allowed_ip_addresses_enforced" {
|
96 | 96 | value = one(module.account_settings[*].account_allowed_ip_addresses_enforced)
|
97 |
| - description = "Account Settings Allowed IP Addresses Enforced" |
| 97 | + description = "Account settings allowed IP addresses enforced" |
98 | 98 | }
|
99 | 99 |
|
100 | 100 | output "account_iam_access_token_expiration" {
|
101 | 101 | value = one(module.account_settings[*].account_iam_access_token_expiration)
|
102 |
| - description = "Account Settings IAM Access Token Expiration" |
| 102 | + description = "Account eettings IAM access token expiration" |
103 | 103 | }
|
104 | 104 |
|
105 | 105 | output "account_iam_active_session_timeout" {
|
106 | 106 | value = one(module.account_settings[*].account_iam_active_session_timeout)
|
107 |
| - description = "Account Settings IAM Active Session Timeout" |
| 107 | + description = "Account settings IAM active session timeout" |
108 | 108 | }
|
109 | 109 |
|
110 | 110 | output "account_iam_apikey_creation" {
|
111 | 111 | value = one(module.account_settings[*].account_iam_apikey_creation)
|
112 |
| - description = "Account Settings IAM API Key Creation" |
| 112 | + description = "Account settings IAM API key creation" |
113 | 113 | }
|
114 | 114 |
|
115 | 115 | output "account_iam_inactive_session_timeout" {
|
116 | 116 | value = one(module.account_settings[*].account_iam_inactive_session_timeout)
|
117 |
| - description = "Account Settings IAM Inactive Session Timeout" |
| 117 | + description = "Account settings IAM inactive session timeout" |
118 | 118 | }
|
119 | 119 |
|
120 | 120 | output "account_iam_mfa" {
|
121 | 121 | value = one(module.account_settings[*].account_iam_mfa)
|
122 |
| - description = "Account Settings IAM MFA" |
| 122 | + description = "Account settings IAM MFA" |
123 | 123 | }
|
124 | 124 |
|
125 | 125 | output "account_iam_refresh_token_expiration" {
|
126 | 126 | value = one(module.account_settings[*].account_iam_refresh_token_expiration)
|
127 |
| - description = "Account Settings IAM Refresh Token Expiration" |
| 127 | + description = "Account settings IAM refresh token expiration" |
128 | 128 | }
|
129 | 129 |
|
130 | 130 | output "account_iam_serviceid_creation" {
|
131 | 131 | value = one(module.account_settings[*].account_iam_serviceid_creation)
|
132 |
| - description = "Account Settings IAM Service ID Creation" |
| 132 | + description = "Account settings IAM service ID creation" |
133 | 133 | }
|
134 | 134 |
|
135 | 135 | output "account_iam_user_mfa_list" {
|
136 | 136 | value = one(module.account_settings[*].account_iam_user_mfa_list)
|
137 |
| - description = "Account Settings IAM User MFA List" |
| 137 | + description = "Account settings IAM user MFA list" |
138 | 138 | }
|
139 | 139 |
|
140 | 140 | output "account_public_access" {
|
141 | 141 | value = one(module.account_settings[*].account_public_access)
|
142 |
| - description = "Account Settings Public Access" |
| 142 | + description = "Account settings public access" |
143 | 143 | }
|
144 | 144 |
|
145 | 145 | output "account_shell_settings_status" {
|
146 | 146 | value = one(module.account_settings[*].account_shell_settings_status)
|
147 |
| - description = "Account Settings Shell Settings Status" |
| 147 | + description = "Account settings shell settings status" |
148 | 148 | }
|
149 | 149 |
|
150 | 150 | output "trusted_profile_projects" {
|
151 | 151 | value = one(module.trusted_profile_projects[*].trusted_profile)
|
152 |
| - description = "Trusted Profile Projects Profile" |
| 152 | + description = "Trusted profile for IBM Cloud projects" |
153 | 153 | }
|
154 | 154 |
|
155 | 155 | output "trusted_profile_projects_claim_rules" {
|
156 | 156 | value = one(module.trusted_profile_projects[*].trusted_profile_claim_rules)
|
157 |
| - description = "Trusted Profile Projects Profile Claim Rules" |
| 157 | + description = "Trusted profile IBM Cloud projects profile claim rules" |
158 | 158 | }
|
159 | 159 |
|
160 | 160 | output "trusted_profile_projects_links" {
|
161 | 161 | value = one(module.trusted_profile_projects[*].trusted_profile_links)
|
162 |
| - description = "Trusted Profile Projects Profile Links" |
| 162 | + description = "Trusted profile IBM Cloud projects profile links" |
163 | 163 | }
|
164 | 164 |
|
165 | 165 | output "trusted_profile_projects_policies" {
|
166 | 166 | value = one(module.trusted_profile_projects[*].trusted_profile_policies)
|
167 |
| - description = "Trusted Profile Projects Profile Policies" |
| 167 | + description = "Policies for the trusted profile for IBM Cloud projects" |
168 | 168 | }
|
169 | 169 |
|
170 | 170 | output "cbr_map_service_ref_name_zoneid" {
|
171 | 171 | value = one(module.cbr_fscloud[*].map_service_ref_name_zoneid)
|
172 |
| - description = "Map of service reference and zone ids" |
| 172 | + description = "Map of service references and zone IDs" |
173 | 173 | }
|
174 | 174 |
|
175 | 175 | output "cbr_map_target_service_rule_ids" {
|
176 | 176 | value = one(module.cbr_fscloud[*].map_target_service_rule_ids)
|
177 |
| - description = "Map of target service and rule ids" |
| 177 | + description = "Map of target services and rule IDs" |
178 | 178 | }
|
179 | 179 |
|
180 | 180 | output "cbr_map_vpc_zoneid" {
|
181 | 181 | value = one(module.cbr_fscloud[*].map_vpc_zoneid)
|
182 |
| - description = "Map of VPC and zone id" |
| 182 | + description = "Map of VPC and zone ID" |
183 | 183 | }
|
0 commit comments