feat: expose lambda_architectures and forwarder_use_cache_bucket (#109) #451
This file contains hidden or 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: Branch | |
| on: | |
| pull_request: | |
| branches: | |
| - main | |
| - release/** | |
| types: [opened, synchronize, reopened] | |
| push: | |
| branches: | |
| - main | |
| - release/v* | |
| paths-ignore: | |
| - '.github/**' | |
| - 'test/**' | |
| merge_group: | |
| types: [checks_requested] | |
| permissions: | |
| contents: write | |
| id-token: write | |
| pull-requests: write | |
| jobs: | |
| component: | |
| uses: cloudposse-terraform-components/.github/.github/workflows/shared-terraform-component.yml@main | |
| secrets: inherit |