stmpy / docker-terraform

Terraform command wrapped in a docker container (will include ssh keys provided from host)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terraform container

simple terraform container with ssh key authentication.

To use

Alias

# Alias file ~/.bashrc, ~/.zshrc, ~/.profile ... wtvr

alias terraform="docker run -it --rm --name terraform -v $(pwd):/app -v $HOME/.ssh/:/root/.ssh -w /app stmpy/terraform"

About

Terraform command wrapped in a docker container (will include ssh keys provided from host)


Languages

Language:Shell 100.0%