Skip to content

fix(k3d-github): fix typo in oidc client module call #2976

fix(k3d-github): fix typo in oidc client module call

fix(k3d-github): fix typo in oidc client module call #2976

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: |
terraform fmt -check -recursive .