Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 850 Bytes

INSTALLATION.md

File metadata and controls

19 lines (12 loc) · 850 Bytes

Installation

Install and setup aws cli

To install and set up the AWS cli, follow the instructions in the official documentation. Ensure that you have the necessary permissions and authentication set up to interact with your AWS projects.

Install Terraform

To install Terraform, follow these general steps:

  1. Download Terraform: Visit the Terraform website and download the appropriate package for your operating system.

  2. Follow the installation instructions as specified.

  3. Verify Installation: Open a terminal or command prompt and run terraform -version to ensure Terraform has been installed correctly.

     $ terraform -version
    
     Terraform v1.8.4
     on darwin_arm64
     + provider registry.terraform.io/hashicorp/aws v5.51.1