This commit is contained in:
Shreyas Goenka 2025-02-03 12:09:54 +01:00
parent 5385faf7d8
commit c1a322555a
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
2 changed files with 5 additions and 2 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=linux_amd64
(where linux_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

@ -0,0 +1,3 @@
[[Repls]]
Old = 'linux_amd64'
New = 'OS_ARCH'