Skip to content

Repository files navigation

Learning Terraform

Created a basic infrastructure on aws using terraform

Architecure

architecure-diagram

Components

  • VPC
  • Subnets
  • Internet Gateway
  • NAT Gateway
  • Security Groups
  • EC2 Instances - nginx, postgres
  • Loadbalancer

Usage

  • Update the variables.tf with the values for your environment
  • You need aws cli and pre configured with access key and secret key
  • Run below commands to run terraform
    - terraform init
    - terraform plan
    - terraform apply

About

Basic infrastruture on aws using terraform

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages