feat: adding the ability to search the ipam by the desciption #12
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 | |
jobs: | |
module-validation: | |
uses: appvia/appvia-cicd-workflows/.github/workflows/terraform-module-validation.yml@main | |
name: Module Validation | |
with: | |
working-directory: . |