Skip to content

chore: bump lacework provider #75

chore: bump lacework provider

chore: bump lacework provider #75

name: Module Example - Lacework
on:
pull_request:
paths:
- examples/lacework/*.tf
types:
- opened
- synchronize
- reopened
- closed
branches-ignore:
- renovate/*
permissions:
id-token: write
contents: read
pull-requests: write
jobs:
example_lacework_deploy:
if: github.event_name == 'pull_request' && github.event.action != 'closed'
uses: tx-pts-dai/github-workflows/.github/workflows/tf-feature.yaml@v2
with:
environment: examples
tf_dir: examples/lacework
example_lacework_destroy:
if: github.event_name == 'pull_request' && github.event.action == 'closed'
uses: tx-pts-dai/github-workflows/.github/workflows/tf-cleanup.yaml@v2
with:
environment: examples
tf_dir: examples/lacework