diff --git a/prod/main.tf b/prod/main.tf index ed17668..fd96376 100644 --- a/prod/main.tf +++ b/prod/main.tf @@ -7,9 +7,6 @@ terraform { } backend "s3" { bucket = "amzn-digger-demo-s3" # Change if a different S3 bucket name was used for the backend - /* Un-comment to use DynamoDB state locking - dynamodb_table = "digger-locktable-quickstart-aws" # Change if a different DynamoDB table name was used for backend - */ key = "terraform/state" region = "us-east-1" }