Skip to content

feat: Add input variable to allow specifying webhook filter groups - #117

Open
jsf9k wants to merge 1 commit into
cloudandthings:mainfrom
jsf9k:feature/allow-for-specifying-webhook-filter-groups
Open

feat: Add input variable to allow specifying webhook filter groups#117
jsf9k wants to merge 1 commit into
cloudandthings:mainfrom
jsf9k:feature/allow-for-specifying-webhook-filter-groups

Conversation

@jsf9k

@jsf9k jsf9k commented Sep 2, 2026

Copy link
Copy Markdown

Description

This pull request adds a module input variable to allow specifying webhook filter groups.

Note that the default behavior remains unchanged.

Related Issues

Resolves #116.

Type of Change

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 📚 Documentation update
  • 🔧 Configuration change
  • ♻️ Code refactoring
  • ⚡ Performance improvement
  • ✅ Test addition or update
  • 🔒 Security improvement

Changes Made

I added a module input variable to allow the user to specify the desired webhook filter groups. If no such input is specified then the default value of

[
  [
    {
      type    = "EVENT"
      pattern = "WORKFLOW_JOB_QUEUED"
    }
  ]
]

is used. This means that the default behavior remains unchanged.

Testing

# Example configuration used for testing

Breaking Changes

No breaking changes.

Screenshots / Examples

No screenshots or examples.

Checklist

  • Updated README.md (or documentation auto-generated via terraform-docs)
  • Updated relevant or added new example configurations
  • Added/updated comments in code where necessary
  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • My commit messages follow the Conventional Commits specification

Additional Notes

No additional notes.


By submitting this pull request, I confirm that my contribution is made under the terms of the project's license.

Note that the default behavior is unchanged.
@jsf9k
jsf9k requested a review from baolsen as a code owner September 2, 2026 17:57
@jsf9k jsf9k changed the title feat: add var to allow specifying webhook filter groups Add input variable to allow specifying webhook filter groups Sep 2, 2026
@jsf9k jsf9k changed the title Add input variable to allow specifying webhook filter groups Feat: Add input variable to allow specifying webhook filter groups Sep 2, 2026
@jsf9k jsf9k changed the title Feat: Add input variable to allow specifying webhook filter groups feat: Add input variable to allow specifying webhook filter groups Sep 2, 2026
@jsf9k jsf9k changed the title feat: Add input variable to allow specifying webhook filter groups feat:Add input variable to allow specifying webhook filter groups Sep 2, 2026
@jsf9k jsf9k changed the title feat:Add input variable to allow specifying webhook filter groups feat: Add input variable to allow specifying webhook filter groups Sep 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Allow specification of webhook filter groups

1 participant