chore: fixing up the module to not to require the boolean #206
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 | |
permissions: | |
contents: read | |
pull-requests: write | |
jobs: | |
module-validation: | |
uses: appvia/appvia-cicd-workflows/.github/workflows/terraform-module-validation.yml@main | |
name: Module Validation | |
with: | |
terraform-dir: examples/basic |