Skip to content

Bump hashicorp/terraform from 1.9.5 to 1.9.8 in /tools/dplsh #243

Bump hashicorp/terraform from 1.9.5 to 1.9.8 in /tools/dplsh

Bump hashicorp/terraform from 1.9.5 to 1.9.8 in /tools/dplsh #243

Workflow file for this run

# Run terraform fmt on all terraform files found in the infrastructure/terraform
# folder.
on:
push:
paths:
- "infrastructure/**.tf"
- "infrastructure/**.tfvars"
- ".github/workflows/terraform-lint.yaml"
name: Terraform Lint
jobs:
terraform_format:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: hashicorp/[email protected]
- name: Terraform fmt
id: fmt
run: terraform fmt -recursive -check infrastructure/terraform
continue-on-error: false