Skip to content

Update Terraform azuread to v3 #3245

Update Terraform azuread to v3

Update Terraform azuread to v3 #3245

Workflow file for this run

name: Template CI
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: 21
distribution: 'zulu'
- name: Build
run: ./gradlew check