Skip to content

chore(deps): Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows in the github_actions group across 1 directory #96

chore(deps): Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows in the github_actions group across 1 directory

chore(deps): Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows in the github_actions group across 1 directory #96

name: Validate Azure Opentofu templates
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: opentofu/[email protected]
- name: OpenTofu Setup Tofu
run: |
cd ./IaC/azure/tofu/
tofu init
- name: OpenTofu Validate Tofu
run: |
cd ./IaC/azure/tofu/
tofu validate
env:
ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID }}
ARM_CLIENT_SECRET: ${{ secrets.ARM_CLIENT_SECRET }}
ARM_SUBSCRIPTION_ID: ${{ secrets.ARM_SUBSCRIPTION_ID }}
ARM_TENANT_ID: ${{ secrets.ARM_TENANT_ID }}