How do I downgrade Terragrunt?

How do I downgrade Terragrunt?

You can switch between different versions of terragrunt by typing the command tgswitch on your terminal. Select the version of terragrunt you require by using the up and down arrow. Hit Enter to select the desired version.

How install Terragrunt Linux?

Install Terragrunt

  1. Go to the Releases Page.
  2. Downloading the binary for your operating system: e.g., if you’re on a Mac, download terragrunt_darwin_amd64 ; if you’re on Windows, download terragrunt_windows_amd64.exe , etc.
  3. Rename the downloaded file to terragrunt .
  4. Add execute permissions to the binary.

How do I download Terragrunt?

You can install Terragrunt manually by going to the Releases Page, downloading the binary for your OS, renaming it to terragrunt , and adding it to your PATH.

How do I run a Terragrunt plan?

Terragrunt supports the following CLI commands:

  1. All Terraform built-in commands.
  2. run-all.
  3. plan-all (DEPRECATED: use run-all)
  4. apply-all (DEPRECATED: use run-all)
  5. output-all (DEPRECATED: use run-all)
  6. destroy-all (DEPRECATED: use run-all)
  7. validate-all (DEPRECATED: use run-all)
  8. terragrunt-info.

How do I change terraform versions?

The tfswitch command line tool lets you switch between different versions of terraform. If you do not have a particular version of terraform installed, tfswitch lets you download the version you desire. The installation is minimal and easy.

How do I manage multiple terraform versions?

What are the main takeaways here:

  1. You can use TFEnv to install and manage multiple versions of Terraform.
  2. To install, run: brew remove terraform; brew install tfenv.
  3. Install Terraform versions using tfenv install 0.11.
  4. Switch to the version you like using tfenv use 0.11.
  5. You can use .

What is Terratest?

What Is Terratest? Terratest is introduced as a way to create and automate tests. More specifically, it is a way to automate tests against your IAC code written in Terraform, Packer, and Docker.

How do I run Terraform code locally?

Automated Terraform CLI Workflow

  1. Initialize the Terraform working directory.
  2. Produce a plan for changing resources to match the current configuration.
  3. Have a human operator review that plan, to ensure it is acceptable.
  4. Apply the changes described by the plan.

How do I switch between terraform versions?

You can switch between different versions of terraform by typing the command tfswitch on your terminal. Select the version of terraform you require by using the up and down arrow. Hit Enter to select the desired version.

How can I install terragrunt on my computer?

Please check your version against the latest available on the Releases Page . If you want the latest version, the recommended installation option is to download from the releases page. Windows: You can install Terragrunt on Windows using Chocolatey: choco install terragrunt.

Is there a way to install terragrunt on FreeBSD?

Arch Linux users can either use the pre-built binaries from aur/terragrunt-bin or build Terragrunt from source from aur/terragrunt. FreeBSD: You can install Terragrunt on FreeBSD using Pkg: pkg install terragrunt.

What’s the latest version of TerraForm for Ubuntu?

This allows us to use a version of Terraform 0.12 for our migrated stuff and keep Terraform 0.11 for our legacy stuff. You shouldn’t be installing terraform in ubuntu any more. Generally speaking, the industry has moved on to docker now.

Is the terragrunt project an open source project?

Terragrunt is an open source project, and contributions from the community are very welcome! Need help? This code is released under the MIT License. Read more here. Learn about all CLI arguments and options you can use with Terragrunt.