We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35586a8 + 86ad230 commit d541030Copy full SHA for d541030
1 file changed
apps/sqs_queue/variables.tf
@@ -6,15 +6,13 @@ variable "add_stale_message_cloudwatch" {
6
variable "add_error_messages_cloudwatch" {
7
default = 1
8
}
9
-variable "extra_policy_statements"
10
-{
+variable "extra_policy_statements" {
11
default = ""
12
13
variable "sns_alert_arn" {
14
15
16
-variable "description"
17
+variable "description" {
18
19
20
variable "receive_wait_time_seconds" {
0 commit comments