Skip to content

Commit

Permalink
SRE-800: SNS topic default encryyption enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
noyon committed Nov 29, 2022
1 parent 092c09f commit 555c4b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sns.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
resource "aws_sns_topic" "chatbot_sns_topic" {
name = "${var.configuration_name}-sns-topic"
kms_master_key_id = "alias/aws/sns"

tags = var.tags
}

0 comments on commit 555c4b7

Please sign in to comment.