Skip to content

Add RHEL-8.10 and RHEL-9.4 nightly runners #477

Add RHEL-8.10 and RHEL-9.4 nightly runners

Add RHEL-8.10 and RHEL-9.4 nightly runners #477

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