File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
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
+
5
12
## [ 3.9.0] ( https://github.com/terraform-aws-modules/terraform-aws-eventbridge/compare/v3.8.0...v3.9.0 ) (2024-08-16)
6
13
7
14
Original file line number Diff line number Diff line change @@ -812,4 +812,9 @@ resource "aws_pipes_pipe" "this" {
812
812
}
813
813
814
814
tags = merge (var. tags , try (each. value . tags , {}))
815
+
816
+ depends_on = [
817
+ aws_iam_policy . service ,
818
+ aws_iam_policy_attachment . service
819
+ ]
815
820
}
You can’t perform that action at this time.
0 commit comments