Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
#!/bin/bash
set -ex
mkdir -p dist
...
cd ./terraform
terraform init
terraform validate
terraform plan -out=plan.tfplan
terraform apply -auto-approve plan.tfplan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment