brunitto / hello-django

A simple web application template.
0 stars 0 forks source link

Add a Terraform container #4

Open brunitto opened 2 years ago

brunitto commented 2 years ago

Add a Terraform container so it's possible to test cloud resources provisioning from the development environment.

It's not a good idea to install Terraform in the Dockerfile cause it will add overhead to the production container, maybe use different Dockerfile for development and production environments.