Skip to content

test adding groups and memberships #35

test adding groups and memberships

test adding groups and memberships #35

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