Skip to content

Commit 97e00a4

Browse files
authored
Update main.tf
1 parent 4b59ac3 commit 97e00a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prod/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ terraform {
66
}
77
}
88
backend "s3" {
9-
bucket = "digger-s3backend-quickstart-aws-jalonso" # Change if a different S3 bucket name was used for the backend
9+
bucket = "amzn-digger-demo-s3" # Change if a different S3 bucket name was used for the backend
1010
/* Un-comment to use DynamoDB state locking
1111
dynamodb_table = "digger-locktable-quickstart-aws" # Change if a different DynamoDB table name was used for backend
1212
*/

0 commit comments

Comments
 (0)