Skip to content

fix: var.cache could be null /4 #87

fix: var.cache could be null /4

fix: var.cache could be null /4 #87

Workflow file for this run

name: Terraform Modules CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
validate:
name: Validate
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Install Terraform
uses: hashicorp/setup-terraform@v2
with:
terraform_version: 1.4.0
- name: Run a Terraform init
run: terraform init
- name: Run a Terraform validate
run: terraform validate
- name: Run a Terraform fmt -check
run: terraform fmt -check
- uses: terraform-linters/setup-tflint@v3
name: Setup TFLint
- name: Run TFLint
run: tflint