Created
December 1, 2022 16:57
-
-
Save addiedx44/a79797425a1ebab51b3eb6ad0cef9bb5 to your computer and use it in GitHub Desktop.
Generate Terraform lock for all platforms
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
terraform providers lock \ | |
-platform=windows_amd64 \ | |
-platform=darwin_amd64 \ | |
-platform=linux_amd64 \ | |
-platform=darwin_arm64 \ | |
-platform=linux_arm64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment