Skip to content

Releases: oozou/terraform-aws-eventbridge

v1.1.0

12 May 07:51
8aac89d
Compare
Choose a tag to compare

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 variable bus_name, cloudwatch_event_target, input_path and run_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 to main.tf
  • Logic validate input in locals.tf

Full Changelog: v1.0.1...v1.1.0

v1.0.1

16 Sep 08:14
eae7d1e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/oozou/terraform-aws-eventbridge/commits/v1.0.1

v1.0.0

28 Sep 06:49
8b759cd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/oozou/terraform-aws-eventbridge/commits/v1.0.0