Terraform Tutorials | How to install terraform on Windows ?

Опубликовано: 29 Сентябрь 2024
на канале: VRTechnologies For Automation
29,602
433

Steps to install terraform on windows:
------------------------------------------------------------
Step1: To install Terraform, find the appropriate package for your system and download it.
Step2: Terraform is packaged as a zip archive, So, after downloading Terraform, unzip the package.
Step3: Terraform runs as a single binary named terraform.
Step4: The final step is to make sure that the terraform binary is available on the PATH.
Step5: Finally verify the installation of terraform with following command.
terraform
terraform -version