Releases: oozou/terraform-aws-eventbridge
Releases · oozou/terraform-aws-eventbridge
v1.1.0
What's Changed
Added
- New example at
examples/ecs-task
- Add data
aws_cloudwatch_event_bus.this
- Add resource
aws_cloudwatch_event_bus.this
- Update resource
aws_cloudwatch_event_target.this
- Add support select event bus with
event_bus_name
- Add support select EC2 with
run_command_targets
- Add support ecs target with
ecs_target
- Add support http target with
http_target
- Add support select event bus with
- Add variable
bus_name
,cloudwatch_event_target
,input_path
andrun_command_targets
Changed
- Update
.gitignore
to support better UX for examples folder - Update example
examples/lambda-scheduling
- Update non-comment variable
retry_policy
- Update comment on variable
dead_letter_config_arn
Removed
- File
locals.tf
and move it tomain.tf
- Logic validate input in
locals.tf
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
- Feature cloudwatch eventbridge by @xshot9011 in #1
- feat: input transformer, dead letter q, retry policy by @bemillenium in #2
New Contributors
- @xshot9011 made their first contribution in #1
- @bemillenium made their first contribution in #2
Full Changelog: https://github.com/oozou/terraform-aws-eventbridge/commits/v1.0.1
v1.0.0
What's Changed
- Feature cloudwatch eventbridge by @xshot9011 in #1
New Contributors
- @xshot9011 made their first contribution in #1
Full Changelog: https://github.com/oozou/terraform-aws-eventbridge/commits/v1.0.0