Use this files to build and run a container to run Terraform and AWS cli.
It is using the Ubuntu container:
docker pull ubuntu
- Build the DockerFile:
docker build -t terraformcli .
- Exeute the docker run sharing the local folder of your project:
docker run -v $(pwd):/root -it terraformcli /bin/bash