Increase Role Definition creation delay to 180 seconds #16
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 Module Validation | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
jobs: | |
terraform: | |
uses: appvia/appvia-cicd-workflows/.github/workflows/terraform-module-validation.yml@main | |
name: Terraform Module Validation |