fix: their was a typo on the workflow file #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Terraform | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
- vnext | |
jobs: | |
budgets-module-validation: | |
uses: appvia/appvia-cicd-workflows/.github/workflows/terraform-module-validation.yml@main | |
name: Cloud Access Module Validation | |
with: | |
working-directory: modules/budgets | |
team-budgets-module-validation: | |
uses: appvia/appvia-cicd-workflows/.github/workflows/terraform-module-validation.yml@main | |
name: Team Budgets Module Validation | |
with: | |
working-directory: modules/team-budgets |