/terraform_aws

Deploying Infrastructure on AWS using Terraform!

Primary LanguageHCL

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)