Skip to content

fix(azure): Add various missing tags #62

fix(azure): Add various missing tags

fix(azure): Add various missing tags #62

Workflow file for this run

# This workflow is used for testing the Azure terraform module.
name: Azure Tests
on:
push:
paths:
- 'azure/tf/**'
- '.github/workflows/azure-test.yml'
pull_request:
paths:
- 'azure/tf/**'
- '.github/workflows/azure-test.yml'
jobs:
test-azure:
uses: ./.github/workflows/terraform-ruw.yml
with:
working_directory: azure/tf
terraform_fmt_check: true