Created
June 29, 2022 07:25
-
-
Save atulkamble/f14a783ea398c94df4339272466ec6de to your computer and use it in GitHub Desktop.
Install Terraform on Ubuntu Terminal
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
| curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add - | |
| sudo apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | |
| sudo apt-get update && sudo apt-get install terraform |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment