From b688990c2292f4bf123e4aa64796847204bd43da Mon Sep 17 00:00:00 2001 From: Ranika Date: Thu, 12 Oct 2023 17:11:35 +0530 Subject: [PATCH] Add variables --- modules/aws/SNS-Topic/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/aws/SNS-Topic/variables.tf b/modules/aws/SNS-Topic/variables.tf index c5f012e..bbe6e40 100644 --- a/modules/aws/SNS-Topic/variables.tf +++ b/modules/aws/SNS-Topic/variables.tf @@ -49,4 +49,4 @@ variable "kms_master_key_id" { type = string description = "The ID of an AWS-managed customer master key (CMK) for Amazon SNS or a custom CMK" default = null -} \ No newline at end of file +}