Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 412 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 412 Bytes

Terraform CLI

Use this files to build and run a container to run Terraform and AWS cli.

Ubuntu

It is using the Ubuntu container:

docker pull ubuntu

Setup

  • 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