Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 481 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 481 Bytes

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