diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 57e27e7..bfb0eba 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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