v0.3.0
cloudpossebot
released this
03 Mar 18:08
·
21 commits
to refs/heads/main
since this release
Adding EVENT on a trigger @VladimirCacicArapovic (#6)
Please use this Pull request !
Hi, my change will allow EVENT trigger type -
On https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/glue_trigger please if you check the type; there is also type EVENT – Valid values are CONDITIONAL, EVENT, ON_DEMAND, and SCHEDULED.
what
- This change will allow trigget to be kicked by the event bridge
why
*I need an EventBridge kicked trigger to kick the workflow when S3 folder is changed..
I can use normal https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/glue_trigger, but I would like to use cloudposse one ;)