Skip to content

Instantly share code, notes, and snippets.

View molander's full-sized avatar

Matt Olander molander

View GitHub Profile
@molander
molander / terraform-app.sh
Created January 6, 2017 18:27 — forked from kzap/terraform-app.sh
Wrapper for terraform that lets you specify an environment and calls an $ENV.tfvars file, uses a $ENV.tfstate file and sets the env variable
#!/bin/bash
#
# terraform-app
#
# This to terraform the servers for the Galleon App
# By storing the date now, we can calculate the duration of provisioning at the
# end of this script.
start_seconds="$(date +%s)"