Add vars to azure/postgresql
and azure/postgresql_public
and update changelog for v3.14.0
#337
Workflow file for this run
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: Validate | |
on: | |
pull_request: | |
branches: | |
- main | |
- develop | |
jobs: | |
validate-terraform: | |
runs-on: ubuntu-latest | |
name: Validate Terraform | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: hashicorp/setup-terraform@v3 | |
with: | |
terraform_wrapper: false | |
- run: bash ./validate/validate.sh |