Skip to content

chore(deps): bump hashicorp/setup-terraform from 2.0.3 to 3.0.0 #18

chore(deps): bump hashicorp/setup-terraform from 2.0.3 to 3.0.0

chore(deps): bump hashicorp/setup-terraform from 2.0.3 to 3.0.0 #18

Workflow file for this run

name: CI
on: pull_request
jobs:
terraform:
name: Terraform
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Read Terraform Version from .tool-versions
uses: straw-hat-team/github-actions-workflows/asdf/[email protected]
id: terraform-version
with:
plugin-name: terraform
- name: Install Terraform
uses: hashicorp/[email protected]
with:
terraform_version: ${{ steps.terraform-version.outputs.plugin-version }}
- name: Terraform format
run: terraform fmt -check -recursive .