terraform-provider-postgresql icon indicating copy to clipboard operation
terraform-provider-postgresql copied to clipboard

Feature Request: Add event trigger management

Open orderedchaosdev opened this issue 1 year ago • 2 comments

Hello,

This is a feature request to manage event triggers.

Terraform Version

1.6.0

Affected Resource(s)

Terraform Configuration Files

Debug Output

Panic Output

Expected Behavior

There are resources to create event triggers.

Actual Behavior

Steps to Reproduce

Important Factoids

It would be useful to be able to create event triggers that can use the functions this provider can create so some functions can be triggered on table creation or in other cases.

References

orderedchaosdev avatar Jan 30 '24 03:01 orderedchaosdev

@cyrilgdn will you be open to MR for this topic?

refucktor avatar Jun 27 '24 11:06 refucktor

I've created a draft PR to implement this: https://github.com/cyrilgdn/terraform-provider-postgresql/pull/463

It's working locally but the code still need some love, I'm sharing this in case anyone wants to test or help me.

Fabianoshz avatar Aug 22 '24 18:08 Fabianoshz