chore: remove initialize terraservice from the Federated Learning use case #1542
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://github.com/hashicorp/setup-terraform | |
name: Terraform formatter | |
on: | |
- push | |
- pull_request | |
jobs: | |
terraform-fmt: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: hashicorp/setup-terraform@v3 | |
with: | |
terraform_version: "1.5.7" # Cloud Shell version | |
- name: terraform fmt | |
id: fmt | |
run: terraform fmt -check -recursive |