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 4b59ac3 commit 97e00a4Copy full SHA for 97e00a4
prod/main.tf
@@ -6,7 +6,7 @@ terraform {
6
}
7
8
backend "s3" {
9
- bucket = "digger-s3backend-quickstart-aws-jalonso" # Change if a different S3 bucket name was used for the backend
+ bucket = "amzn-digger-demo-s3" # 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
*/
0 commit comments