Skip to content

Commit 2a3508b

Browse files
authored
"multiple"
1 parent 88bb707 commit 2a3508b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ module "backend" {
5151

5252
### if using _existing_ backend resources (instead of creating new ones)
5353

54-
#### re-using a DynamoDB lock table across terraform-managed projects
54+
#### re-using a DynamoDB lock table across multiple terraform-managed projects
5555

5656
One of the resources created and managed by this module is the DynamoDB Table for [terraform locking](https://www.terraform.io/docs/state/locking.html). This module provides a default name: `terraform-lock`. This table may actually be re-used across multiple different projects. In the case that you already have a DynamoDB table you would like to use for locking (or perhaps you are already using this module in another project), you can simply import that dynamodb table:
5757

0 commit comments

Comments
 (0)