Skip to content

Commit

Permalink
Add default value for sqs_sns variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ltellesfl committed Nov 5, 2024
1 parent d8b7122 commit 450ddfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -1062,9 +1062,11 @@ variable "ipa_sns_topic_name" {
variable "ipa_sqs_queue_name" {
type = string
description = "Full name of the SQS queue"
default = null
}

variable "indico_sqs_sns_policy_name" {
type = string
description = "Full name of the SQS SNS policy"
default = null
}

0 comments on commit 450ddfd

Please sign in to comment.