library-of-code / tf-aws

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

Repository from Github https://github.comlibrary-of-code/tf-awsRepository from Github https://github.comlibrary-of-code/tf-aws

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)


Languages

Language:HCL 100.0%