Skip to content

Commit

Permalink
Update Terraform to v1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
minamijoyo committed Dec 21, 2022
1 parent 486fef1 commit 97aeec5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Expand Up @@ -35,8 +35,8 @@ jobs:
strategy:
matrix:
terraform:
- 1.2.0
- 1.1.9
- 1.3.6
- 1.2.9
env:
TERRAFORM_VERSION: ${{ matrix.terraform }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -15,12 +15,12 @@ RUN git config --global --add safe.directory /work
COPY --from=terraform /bin/terraform /usr/local/bin/

# Install tfupdate
ENV TFUPDATE_VERSION 0.6.5
ENV TFUPDATE_VERSION 0.6.7
RUN curl -fsSL https://github.com/minamijoyo/tfupdate/releases/download/v${TFUPDATE_VERSION}/tfupdate_${TFUPDATE_VERSION}_linux_amd64.tar.gz \
| tar -xzC /usr/local/bin && chmod +x /usr/local/bin/tfupdate

# Install tfmigrate
ENV TFMIGRATE_VERSION 0.3.3
ENV TFMIGRATE_VERSION 0.3.9
RUN curl -fsSL https://github.com/minamijoyo/tfmigrate/releases/download/v${TFMIGRATE_VERSION}/tfmigrate_${TFMIGRATE_VERSION}_linux_amd64.tar.gz \
| tar -xzC /usr/local/bin && chmod +x /usr/local/bin/tfmigrate

Expand Down

0 comments on commit 97aeec5

Please sign in to comment.