Skip to content

Latest commit

 

History

History
90 lines (52 loc) · 3.42 KB

CHANGELOG.md

File metadata and controls

90 lines (52 loc) · 3.42 KB

Change Log

All notable changes to this project will be documented in this file.

v1.8.0 - 2021-08-18

  • feat: Support for existing event buses (#22)

v1.7.0 - 2021-08-13

  • fix: update sqs access policy (#16)

v1.6.0 - 2021-08-13

  • fix: create_rules = false causes error (#19)

v1.5.0 - 2021-06-28

  • fix: remove create_bus as a blocker for role_arn (#13)

v1.4.0 - 2021-06-07

  • feat: support http_target argument (#11)
  • fix: Fix tomap call for terraform 0.15 (#10)

v1.3.0 - 2021-05-28

  • fix: property lookup in ecs_target block (#8)

v1.2.0 - 2021-05-25

  • chore: Remove check boxes that don't render properly in module doc (#9)
  • chore: Updated versions&comments in examples

v1.1.0 - 2021-04-08

  • feat: Simplified outputs (no this_) (#6)

v1.0.0 - 2021-04-08

  • feat: Some refactoring and added ability to handle default bus (#5)

v0.1.0 - 2021-03-27

  • docs: update module references (#3)

v0.0.1 - 2021-03-22

  • docs(readme): add terraform-docs (#2)
  • feat: first commit (#1)
  • first commit