Skip to content

feat(lib): allow chaining of TerraformIterator created resources #5086

feat(lib): allow chaining of TerraformIterator created resources

feat(lib): allow chaining of TerraformIterator created resources #5086

Workflow file for this run

name: Examples - PR
on:
merge_group:
types: [checks_requested]
pull_request:
types:
- opened
- edited
- synchronize
- labeled
- unlabeled
- reopened
jobs:
examples:
name: "Examples Integration Test - PR"
if: ${{ !contains(github.event.pull_request.labels.*.name, 'ci/skip-examples') && !contains(github.event.pull_request.labels.*.name, 'ci/unit-only') }}
uses: ./.github/workflows/examples.yml
with:
concurrency_group_prefix: pr
secrets: inherit