Skip to content

Commit

Permalink
Correcting descriptions of the sns topic variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ewastempel committed Dec 6, 2023
1 parent eb1a29b commit c56dab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""
}

0 comments on commit c56dab1

Please sign in to comment.