Use the latest and greatest terraform

This commit is contained in:
R. Tyler Croy 2017-11-13 14:16:38 -08:00
parent 4b87b26b16
commit 29ef0576bf
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# This script is meant to be added to the PATH so the latest terraform
# container is always in use
CONTAINER_NAME=hashicorp/terraform:0.9.9
CONTAINER_NAME=hashicorp/terraform:latest
# Pull down the container if we don't already have it
docker inspect -f . ${CONTAINER_NAME} 2>&1 > /dev/null