Skip to content

updating trifecta to new versions of helm chart (#751) #3001

updating trifecta to new versions of helm chart (#751)

updating trifecta to new versions of helm chart (#751) #3001

Workflow file for this run

name: Terraform
on:
push:
pull_request:
jobs:
terraform-actions:
name: Workflow
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
- name: Terraform fmt
run: |
terraform fmt -check -recursive .