Skip to content

baburamesh920/Terraform-modules-AWS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform-modules-AWS

Terraform modules for vpc, subnets, nat gateways, route tables, eip's, Security_Groups, Ec2 Instances, user_data.

commands:-

1.Initialize the terraform script run

terraform init

2.Plan the script to make sure what exactly it's creating and redirect the output to JSON

terraform plan --out=outputs.json --var-file=./env/UAT.tfvars

3.Apply the terraform

terraform apply "outputs.json"

4.Note

Soon I will add each resource

About

Terraform modules for vpc, subnets, ecr-repo, ecs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 99.6%
  • Shell 0.4%