Skip to content

Commit 61235f9

Browse files
committed
Merge branch 'master' into feat/event_rule_kms
2 parents 6b0cba6 + 5063097 commit 61235f9

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
## [3.9.1](https://github.com/terraform-aws-modules/terraform-aws-eventbridge/compare/v3.9.0...v3.9.1) (2024-09-04)
6+
7+
8+
### Bug Fixes
9+
10+
* Add `depends_on` policy and policy attachments for pipes ([#133](https://github.com/terraform-aws-modules/terraform-aws-eventbridge/issues/133)) ([d4938fc](https://github.com/terraform-aws-modules/terraform-aws-eventbridge/commit/d4938fc595b4ae167efe37912f3d6de6e71fc565))
11+
512
## [3.9.0](https://github.com/terraform-aws-modules/terraform-aws-eventbridge/compare/v3.8.0...v3.9.0) (2024-08-16)
613

714

main.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -812,4 +812,9 @@ resource "aws_pipes_pipe" "this" {
812812
}
813813

814814
tags = merge(var.tags, try(each.value.tags, {}))
815+
816+
depends_on = [
817+
aws_iam_policy.service,
818+
aws_iam_policy_attachment.service
819+
]
815820
}

0 commit comments

Comments
 (0)