Skip to content

Sample Terraform project to create, manage and destroy AWS ec2 instances (Infrastructure As Code)

Notifications You must be signed in to change notification settings

library-of-code/tf-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Terraform

Rather than installing and running terraform directly, we run it through a docker image defined in the docker-compose.yml file. Thus all the commands are called through docker. This gives us the additional advantage of being able to use any version of terraform (terraform files aren't usually backward compatible) without worrying about installation.

About

Sample Terraform project to create, manage and destroy AWS ec2 instances (Infrastructure As Code)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages