Created
February 17, 2024 15:31
-
-
Save rajivmehtaflex/2122636339b4836f4c9820a19c7f99bc to your computer and use it in GitHub Desktop.
Install terraform
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
# How to install terraform | |
brew tap hashicorp/tap | |
brew install hashicorp/tap/terraform | |
terraform -help | |
terraform --version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment