Update default function association for default behaviour and add back provider for acm #109
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-ci | |
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
permissions: | |
actions: read | |
checks: read | |
contents: read | |
pull-requests: write | |
security-events: write | |
jobs: | |
ci: | |
uses: SPHTech-Platform/reusable-workflows/.github/workflows/terraform.yaml@main | |
with: | |
upload_sarif: false |