From c56dab178aaeca2055cf791fef9f783744dde744 Mon Sep 17 00:00:00 2001 From: Ewa Stempel Date: Wed, 6 Dec 2023 11:34:38 +0000 Subject: [PATCH] Correcting descriptions of the sns topic variables --- variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/variables.tf b/variables.tf index 1c24908..d6666ea 100644 --- a/variables.tf +++ b/variables.tf @@ -128,13 +128,13 @@ variable "policy_json_attached" { } variable "sns_topic_on_failure" { - description = "A json policy document is being passed into the module" + description = "SNS topic arn for the lambda's destination on failure." type = string default = "" } variable "sns_topic_on_success" { - description = "A json policy document is being passed into the module" + description = "SNS topic arn for the lambda's destination on success." type = string default = "" }