- Configure cloud (AWS is used in this tutorial)
- Install terraform
docker pull hashicorp/terraform
echo "alias tf='docker run -it -v ~/.aws:/root/.aws -v $(pwd):/infrastructure -w /infrastructure hashicorp/terraform'" >> .bashrc
- find a plugin to your favourite editor
tf init
tf plan
tf apply
tf destroy