This project demonstrates how to deploy a static Dice Game web application using Terraform and Docker.
The app is served by an Nginx container built from a custom image that includes all static files (index.html, styles.css, app.js).
.
βββ image
β βββ Dockerfile
β βββ site
β βββ app.js
β βββ index.html
β βββ styles.css
βββ main.tf
βββ terraform.tfstate
βββ terraform.tfstate.backup