Skip to content

Fixed AzureAD deprecated warning #78

Fixed AzureAD deprecated warning

Fixed AzureAD deprecated warning #78

Workflow file for this run

name: Validate module
on:
pull_request:
branches: [ master ]
env:
TERRAFORM_VERSION: 1.5.6
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup terraform ${{ env.TERRAFORM_VERSION }}
uses: hashicorp/setup-terraform@v2
with:
terraform_version: ${{ env.TERRAFORM_VERSION }}
- name: terraform fmt
run: terraform fmt -check
- name: terraform init
run: terraform init
- name: terraform validate
run: terraform validate