Skip to content

Commit 86ad230

Browse files
committed
Fix block definition for sqs_queue module
1 parent 35586a8 commit 86ad230

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

apps/sqs_queue/variables.tf

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@ variable "add_stale_message_cloudwatch" {
66
variable "add_error_messages_cloudwatch" {
77
default = 1
88
}
9-
variable "extra_policy_statements"
10-
{
9+
variable "extra_policy_statements" {
1110
default = ""
1211
}
1312
variable "sns_alert_arn" {
1413
default = ""
1514
}
16-
variable "description"
17-
{
15+
variable "description" {
1816
default = ""
1917
}
2018
variable "receive_wait_time_seconds" {

0 commit comments

Comments
 (0)