Skip to content

start eks module and fix tf fmt checker #14

start eks module and fix tf fmt checker

start eks module and fix tf fmt checker #14

Workflow file for this run

name: tf-fmt-check
on:
push:
branches:
- main
pull_request:
jobs:
tfactions:
name: tf-fmt-check
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v3
with:
cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}
- name: Terraform fmt
id: fmt
run: terraform fmt -check