Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 9, 2024
1 parent 5f6fad4 commit fb9c4eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ output "queue_arn" {
output "queue_name" {
description = "The name of the SQS queue"
value = module.sqs_queue.queue_name
}
}
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ variable "tags" {
description = "A mapping of tags to assign to all resources"
type = map(string)
default = {}
}
}

0 comments on commit fb9c4eb

Please sign in to comment.