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.
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.