Skip to content

Commit

Permalink
Merge pull request #1 from coveo/feature-update-terraform-0.98
Browse files Browse the repository at this point in the history
Upgrade terraform to 0.9.8
  • Loading branch information
jocgir authored Jun 14, 2017
2 parents 629d1d7 + e91bd18 commit c75d761
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.idea
.pkg
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:latest

ARG TERRAFORM_VERSION=0.9.7
ARG TERRAFORM_VERSION=0.9.8
ARG TERRAFORM_QUANTUM=0.1
ARG TERRAGRUNT_VERSION=0.12.18.04
ARG GOTEMPLATE_VERSION=1.0
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.Base
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:latest

ARG TERRAFORM_VERSION=0.9.7
ARG TERRAFORM_VERSION=0.9.8
ARG TERRAGRUNT_VERSION=0.12.18.04
ARG GOTEMPLATE_VERSION=1.0

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.Full
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:latest

ARG TERRAFORM_VERSION=0.9.7
ARG TERRAFORM_VERSION=0.9.8
ARG TERRAFORM_QUANTUM=0.1
ARG TERRAGRUNT_VERSION=0.12.18.04
ARG GOTEMPLATE_VERSION=1.0
Expand Down

0 comments on commit c75d761

Please sign in to comment.