Skip to content

Commit b3bf655

Browse files
authored
Remove unused DynamoDB locking comment in main.tf
Removed commented-out DynamoDB state locking configuration.
1 parent b078868 commit b3bf655

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

prod/main.tf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ terraform {
77
}
88
backend "s3" {
99
bucket = "digger-s3backend-quickstart-aws-jalonso" # Change if a different S3 bucket name was used for the backend
10-
/* Un-comment to use DynamoDB state locking
11-
dynamodb_table = "digger-locktable-quickstart-aws" # Change if a different DynamoDB table name was used for backend
12-
*/
1310
key = "terraform/state"
1411
region = "us-east-1"
1512
}

0 commit comments

Comments
 (0)