Skip to content

Commit 5618bb5

Browse files
chore(deps): update terraform cloudposse/sns-topic/aws to v1
1 parent 5579155 commit 5618bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eventbridge.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ data "aws_iam_policy_document" "sns_kms_key_policy" {
6363

6464
module "sns_topic" {
6565
source = "cloudposse/sns-topic/aws"
66-
version = "0.21.0"
66+
version = "1.0.0"
6767
count = local.create_sns_topic ? 1 : 0
6868

6969
attributes = ["securityhub"]

0 commit comments

Comments
 (0)