This commit is contained in:
Shreyas Goenka 2025-02-03 12:24:32 +01:00
parent dc0ab300dd
commit 2cd25e388e
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
2 changed files with 8 additions and 4 deletions

View File

@ -22,8 +22,8 @@ calculate lock file checksums locally for the following providers:
To calculate additional checksums for another platform, run:
terraform providers lock -platform=[OS]_amd64
(where [OS]_amd64 is the platform to generate)
terraform providers lock -platform=OS_ARCH
(where OS_ARCH is the platform to generate)
Terraform has been successfully initialized!

View File

@ -1,6 +1,10 @@
[[Repls]]
Old = 'linux'
New = '[OS]'
Old = 'linux_amd64'
New = 'OS_ARCH'
[[Repls]]
Old = '[OS]_amd64'
New = 'OS_ARCH'
[[Repls]]
Old = 'Read complete after [^\s]+'