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 6a3bd39 commit 00cf06dCopy full SHA for 00cf06d
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
key = "terraform/state"
11
region = "us-east-1"
12
0 commit comments