From fb9c4eb54e445d83ebfe20c55e7a016736df4423 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 19:37:55 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- main.tf | 2 +- outputs.tf | 2 +- variables.tf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/main.tf b/main.tf index d335c88..f8201c1 100644 --- a/main.tf +++ b/main.tf @@ -10,4 +10,4 @@ module "sqs_queue" { sqs_managed_sse_enabled = var.sqs_managed_sse_enabled visibility_timeout_seconds = var.visibility_timeout_seconds tags = var.tags -} \ No newline at end of file +} diff --git a/outputs.tf b/outputs.tf index fb78348..6669331 100644 --- a/outputs.tf +++ b/outputs.tf @@ -10,4 +10,4 @@ output "queue_arn" { output "queue_name" { description = "The name of the SQS queue" value = module.sqs_queue.queue_name -} \ No newline at end of file +} diff --git a/variables.tf b/variables.tf index a66914f..924e7d8 100644 --- a/variables.tf +++ b/variables.tf @@ -54,4 +54,4 @@ variable "tags" { description = "A mapping of tags to assign to all resources" type = map(string) default = {} -} \ No newline at end of file +}