venkata-yakkala / terraform_aws

Deploying Infrastructure on AWS using Terraform!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terraform X AWS

Configure AWS on Base OS with IAM User Creds with proper permissions attached - aws configure

Initialize Terraform in terraform configuration directory- terraform init

Check resource creation plan - terraform plan

(optional)

Apply the Terraform Code - terraform apply

Destroy the Infrstructure - terraform destroy

(optional)

About

Deploying Infrastructure on AWS using Terraform!


Languages

Language:HCL 98.4%Language:HTML 1.6%