From 0baa55227d47c5358e6f1239e124e2d7d737fdc1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 19:22:57 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .gitignore | 2 +- README.md | 2 -- outputs.tf | 2 +- vault.tfvars | 2 +- 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index d5ea05b..a15bd17 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -*tfstate* \ No newline at end of file +*tfstate* diff --git a/README.md b/README.md index 70eb6eb..f843326 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,2 @@ # batcave-tf-dynamodb This repo contains a Batcave Terraform module for an AWS DynamoDB table, based on the [dynamodb-table](https://registry.terraform.io/modules/terraform-aws-modules/dynamodb-table/aws/latest) AWS module - - diff --git a/outputs.tf b/outputs.tf index 9ed2978..d75270a 100644 --- a/outputs.tf +++ b/outputs.tf @@ -1,3 +1,3 @@ output "arn" { value = module.dynamodb_table.dynamodb_table_arn -} \ No newline at end of file +} diff --git a/vault.tfvars b/vault.tfvars index 3fa9013..3e3f0b8 100644 --- a/vault.tfvars +++ b/vault.tfvars @@ -14,4 +14,4 @@ attributes = [ name = "Key" type = "S" } -] \ No newline at end of file +]