# Introduction This is a Hashicorp Terraform module that provisions an AWS EC2 instance for the purpose of running a given `docker-compose.yml` file. # Usage ```terraform # ===== OUR MAGIC DOCKER-COMPOSE.YML FILE HERE ===== # It is also possible to get Terraform to read an external `docker-compose.yml` # file and load it into this variable. # We'll be showing off a demo nginx page. variable "example_docker_compose" { type = string default = <