Skip to content

Image refresh 16_07_2024 #578

Image refresh 16_07_2024

Image refresh 16_07_2024 #578

Workflow file for this run

name: 'Terraform'
on:
push:
pull_request:
jobs:
terraform:
name: 'Terraform'
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Terraform
uses: hashicorp/setup-terraform@v1
with:
terraform_version: 0.14.7
- name: Terraform Format
run: terraform fmt -check -recursive