Skip to content

chore(deps): update terraform kubernetes to v3.2.1 #1433

chore(deps): update terraform kubernetes to v3.2.1

chore(deps): update terraform kubernetes to v3.2.1 #1433

Workflow file for this run

name: Tofu format
on:
workflow_dispatch: { }
push:
branches: [ '**', '!renovate/**' ]
paths:
- '**.tf'
- '**.tofu'
- '**.tfvars'
- '**.tftpl'
pull_request:
types: [ opened, synchronize ]
branches: [ '**' ]
paths:
- '**.tf'
- '**.tofu'
- '**.tfvars'
- '**.tftpl'
jobs:
tofu-format:
name: run tofu format
runs-on: ubuntu-latest
container: ghcr.io/vehagn/homelab-devcontainer
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
- name: Tofu format
run: tofu fmt -recursive -diff -check