Skip to content

dorsegal/terraform-exapmle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform

This terraoform creates the following:

  • VPC with two public and private subnets
  • Route tables for each subnet
  • Security Group to allow port 80 and 443
  • ELB and ALB
  • Private route53 hosted zone and CNAME entry for both ALB and ELB
  • IAM Policy for this assignment

Usage

variables.tf holds variables for vpc, subnets and aws cerds.

Plan

terraform plan

Apply

terraform apply 

Destroy

terraform destroy 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages