mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-10 19:16:50 +02:00
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:
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
|||||||
name: Validate
|
name: Validate
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: hashicorp/terraform:latest
|
image: hashicorp/terraform:0.12.29
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- name: Validate Code
|
- name: Validate Code
|
||||||
|
|||||||
Reference in New Issue
Block a user