We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b078868 commit b3bf655Copy full SHA for b3bf655
prod/main.tf
@@ -7,9 +7,6 @@ terraform {
7
}
8
backend "s3" {
9
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
- */
13
key = "terraform/state"
14
region = "us-east-1"
15
0 commit comments