Skip to content

vibhasfl/terraform-vpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-vpc

Setting up enviroment variables

> export TF_VAR_shared_credentials_path="~/.aws/credentials"
> export TF_VAR_aws_profile="profilename"

Using Terraform

  1. Pull and initialize project with AWS plugin
> terraform init
  1. View changes to infra
> terraform plan
  1. Apply changes
> terraform apply
  1. Destroy infra
> terraform destroy

Diagram :

VPC

About

Using Terraform to create VPC in AWS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages