Skip to content

changing tooklit refs from 0.0.8 to 0.1.3 #2936

changing tooklit refs from 0.0.8 to 0.1.3

changing tooklit refs from 0.0.8 to 0.1.3 #2936

Workflow file for this run

name: Terraform
on:
push:
pull_request:
jobs:
terraform-actions:
name: Workflow
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
- name: Terraform fmt
run: make fmt