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 Apr 8, 2024
1 parent 2bdf0a7 commit f7e4d5c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
*tfstate*
*tfstate*
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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


2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
output "arn" {
value = module.dynamodb_table.dynamodb_table_arn
}
}
2 changes: 1 addition & 1 deletion vault.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ attributes = [
name = "Key"
type = "S"
}
]
]

0 comments on commit f7e4d5c

Please sign in to comment.