Skip to content

Instantly share code, notes, and snippets.

@timbaileyjones
Created May 22, 2020 01:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timbaileyjones/1aa82bafbfe0f28ae4ab04f8c0843d8a to your computer and use it in GitHub Desktop.
Save timbaileyjones/1aa82bafbfe0f28ae4ab04f8c0843d8a to your computer and use it in GitHub Desktop.
#!/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