Skip to content

v0.3.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 03 Mar 18:08
· 21 commits to refs/heads/main since this release
a3387bf
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 ;)

references