Skip to content

A nice 2 hour tutorial to get started with the basics of terraform.

Notifications You must be signed in to change notification settings

GaxZE/terraform-aws-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning how to setup AWS with Terraform

Simply following the video(click image to watch video):

Terraform in 2 hours

This will build a basic AWS infrastructure and install a web server with apache.

Requirements

  • Terraform.
  • AWS account.
  • Clone terraform.tfvars.sample to terraform.tfvars and change accordingly.

Usage

To perform a dry run:

terraform plan

To run the services:

terraform apply --auto-approve

To destroy the services

terraform destroy

About

A nice 2 hour tutorial to get started with the basics of terraform.

Resources

Stars

Watchers

Forks

Languages