Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
ci: fix CI lint job (terraform-aws-modules#973)
Browse files Browse the repository at this point in the history
Module used by an example does not allow use with 0.13 yet. Lock to
latest version of 0.12. No 0.12 floating tag :(
  • Loading branch information
dpiddockcmp authored and BARRY Thierno Ibrahima (Canal Plus Prestataire) committed Oct 25, 2020
1 parent d71869c commit 584679f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: Validate
runs-on: ubuntu-latest
container:
image: hashicorp/terraform:latest
image: hashicorp/terraform:0.12.29
steps:
- uses: actions/checkout@master
- name: Validate Code
Expand Down

0 comments on commit 584679f

Please sign in to comment.