You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: internal/command/views/init.go
-43Lines changed: 0 additions & 43 deletions
Original file line number
Diff line number
Diff line change
@@ -315,49 +315,6 @@ If you ever set or change modules or Terraform Settings, run "terraform init"
315
315
again to reinitialize your working directory.
316
316
`
317
317
318
-
// providerProtocolTooOld is a message sent to the CLI UI if the provider's
319
-
// supported protocol versions are too old for the user's version of terraform,
320
-
// but a newer version of the provider is compatible.
321
-
constproviderProtocolTooOld=`Provider %q v%s is not compatible with Terraform %s.
322
-
Provider version %s is the latest compatible version. Select it with the following version constraint:
323
-
version = %q
324
-
325
-
Terraform checked all of the plugin versions matching the given constraint:
326
-
%s
327
-
328
-
Consult the documentation for this provider for more information on compatibility between provider and Terraform versions.
329
-
`
330
-
331
-
// providerProtocolTooNew is a message sent to the CLI UI if the provider's
332
-
// supported protocol versions are too new for the user's version of terraform,
333
-
// and the user could either upgrade terraform or choose an older version of the
334
-
// provider.
335
-
constproviderProtocolTooNew=`Provider %q v%s is not compatible with Terraform %s.
336
-
You need to downgrade to v%s or earlier. Select it with the following constraint:
337
-
version = %q
338
-
339
-
Terraform checked all of the plugin versions matching the given constraint:
340
-
%s
341
-
342
-
Consult the documentation for this provider for more information on compatibility between provider and Terraform versions.
343
-
Alternatively, upgrade to the latest version of Terraform for compatibility with newer provider releases.
344
-
`
345
-
346
-
// incompleteLockFileInformationHeader is the summary displayed to users when
347
-
// the lock file has only recorded local hashes.
348
-
constincompleteLockFileInformationHeader=`Incomplete lock file information for providers`
349
-
350
-
// incompleteLockFileInformationBody is the body of text displayed to users when
351
-
// the lock file has only recorded local hashes.
352
-
constincompleteLockFileInformationBody=`Due to your customized provider installation methods, Terraform was forced to calculate lock file checksums locally for the following providers:
353
-
- %s
354
-
355
-
The current .terraform.lock.hcl file only includes checksums for %s, so Terraform running on another platform will fail to install these providers.
356
-
357
-
To calculate additional checksums for another platform, run:
358
-
terraform providers lock -platform=linux_amd64
359
-
(where linux_amd64 is the platform to generate)`
360
-
361
318
constpreviousLockInfoHuman=`
362
319
Terraform has created a lock file [bold].terraform.lock.hcl[reset] to record the provider
363
320
selections it made above. Include this file in your version control repository
0 commit comments