Skip to content

mattcorr/tf-presentation-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

This git repo contains sample code for three separate terraform projects. These have been used for a presentation called Introduction to Terraform.

Pre-requisites

Ensure these are set in your terminal session before you start

  • Configure your AWS account via the ~/.aws/credentials files and set the AWS_PROFILE accordingly.
  • Set the TF_VAR_vpc_id env var to the VPC Id for where you wish to deploy these resources
  • check the config for TODO for some values you might want to update for your personal context.

Projects

Simple

A terraform project that deploys a single S3 bucket and SQS to AWS.

Looping

A terraform project that deploys multiple S3 buckets and SQS to AWS using lists of strings and objects. A good demo for the for-each command.

Mod Demo

A terraform project that uses modules for creating some resources.

About

Code used for the Intro to Terraform presentation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages