Skip to content

build(deps): bump terraform-aws-modules/eks/aws from 20.24.0 to 20.24.2 in /aws #1987

build(deps): bump terraform-aws-modules/eks/aws from 20.24.0 to 20.24.2 in /aws

build(deps): bump terraform-aws-modules/eks/aws from 20.24.0 to 20.24.2 in /aws #1987

Workflow file for this run

name: Terraform FMT
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches:
- master
paths:
- "aws/**"
- "gcp/**"
- "azure/**"
pull_request:
branches: [master]
paths:
- "aws/**"
- "gcp/**"
- "azure/**"
workflow_dispatch:
permissions:
contents: read
jobs:
terraform-fmt:
name: terraform-fmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: 0.13.1
- run: terraform init
- run: terraform fmt