Skip to content

yuvraj9/learning-terraform

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages