ci: fix CI lint job (#973)

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 :(
This commit is contained in:
Daniel Piddock
2020-08-12 16:10:31 +02:00
committed by GitHub
parent 9ace344c57
commit 415cfca9af

View File

@@ -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