@@ -196,39 +196,39 @@ var MessageRegistry map[InitMessageCode]InitMessage = map[InitMessageCode]InitMe
196
196
},
197
197
"provider_already_installed_message" : {
198
198
HumanValue : "- Using previously-installed %s v%s" ,
199
- JSONValue : "- Using previously-installed %s v%s " ,
199
+ JSONValue : "%s v%s: Using previously-installed provider version " ,
200
200
},
201
201
"built_in_provider_available_message" : {
202
202
HumanValue : "- %s is built in to Terraform" ,
203
- JSONValue : "- %s is built in to Terraform" ,
203
+ JSONValue : "%s is built in to Terraform" ,
204
204
},
205
205
"reusing_previous_version_info" : {
206
206
HumanValue : "- Reusing previous version of %s from the dependency lock file" ,
207
- JSONValue : "- Reusing previous version of %s from the dependency lock file" ,
207
+ JSONValue : "%s: Reusing previous version from the dependency lock file" ,
208
208
},
209
209
"finding_matching_version_message" : {
210
210
HumanValue : "- Finding %s versions matching %q..." ,
211
- JSONValue : "- Finding %s versions matching %q... " ,
211
+ JSONValue : "Finding matching versions for provider: %s, version_constraint: %q " ,
212
212
},
213
213
"finding_latest_version_message" : {
214
214
HumanValue : "- Finding latest version of %s..." ,
215
- JSONValue : "- Finding latest version of %s ..." ,
215
+ JSONValue : "%s: Finding latest version..." ,
216
216
},
217
217
"using_provider_from_cache_dir_info" : {
218
218
HumanValue : "- Using %s v%s from the shared cache directory" ,
219
- JSONValue : "- Using %s v%s from the shared cache directory" ,
219
+ JSONValue : "%s v%s: Using from the shared cache directory" ,
220
220
},
221
221
"installing_provider_message" : {
222
222
HumanValue : "- Installing %s v%s..." ,
223
- JSONValue : "- Installing %s v%s..." ,
223
+ JSONValue : "Installing provider version: %s v%s..." ,
224
224
},
225
225
"key_id" : {
226
226
HumanValue : ", key ID [reset][bold]%s[reset]" ,
227
- JSONValue : ", key ID %s" ,
227
+ JSONValue : "key_id: %s" ,
228
228
},
229
229
"installed_provider_version_info" : {
230
230
HumanValue : "- Installed %s v%s (%s%s)" ,
231
- JSONValue : "- Installed %s v%s (%s%s)" ,
231
+ JSONValue : "Installed provider version: %s v%s (%s%s)" ,
232
232
},
233
233
"partner_and_community_providers_message" : {
234
234
HumanValue : partnerAndCommunityProvidersInfo ,
0 commit comments