Skip to content

Commit

Permalink
Merge branch 'master' into feat/event_rule_kms
Browse files Browse the repository at this point in the history
  • Loading branch information
magreenbaum committed Sep 5, 2024
2 parents 6b0cba6 + 5063097 commit 61235f9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [3.9.1](https://github.com/terraform-aws-modules/terraform-aws-eventbridge/compare/v3.9.0...v3.9.1) (2024-09-04)


### Bug Fixes

* 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))

## [3.9.0](https://github.com/terraform-aws-modules/terraform-aws-eventbridge/compare/v3.8.0...v3.9.0) (2024-08-16)


Expand Down
5 changes: 5 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -812,4 +812,9 @@ resource "aws_pipes_pipe" "this" {
}

tags = merge(var.tags, try(each.value.tags, {}))

depends_on = [
aws_iam_policy.service,
aws_iam_policy_attachment.service
]
}

0 comments on commit 61235f9

Please sign in to comment.