arun9theja / 3_tier_webapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

image

Steps to Run this Terraform Module

This repository contains a Terraform module for Depployment of 3Tier Infra.

Prerequisites

Before you begin, ensure you have the following prerequisites:

  • Terraform installed on your machine.
  • AWS credentials configured.

Instructions

Step 1: Initialize Terraform

Open a terminal and navigate to the root of the repository. Run the following command to initialize the Terraform configuration:

terraform init

Step 2: Initialize Plan

terraform plan --var-file=./config/terraform.tfvars.json

Step 2: Initialize Apply

terraform apply --var-file=./config/terraform.tfvars.json --auto-approve

About


Languages

Language:HCL 100.0%