Skip to content

Commit 2b6d7d5

Browse files
committed
Combine with PR #174: Eventbridge kms key identifier
1 parent 5b39962 commit 2b6d7d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -668,6 +668,7 @@ resource "aws_pipes_pipe" "this" {
668668
source = each.value.source
669669
target = each.value.target
670670

671+
kms_key_identifier = var.kms_key_identifier
671672
description = lookup(each.value, "description", null)
672673
desired_state = lookup(each.value, "desired_state", null)
673674

0 commit comments

Comments
 (0)