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 +]