Skip to content

Commit 746ef3d

Browse files
authored
Update default bucket_id variable value
1 parent a5c5488 commit 746ef3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ provider "aws" {
1313

1414
variable "bucket_id" {
1515
type = string
16-
default = "digger-s3backend-quickstart-aws"
16+
default = "digger-s3backend-quickstart-aws-jalonso"
1717
}
1818

1919
variable "dynamo_lock_table_id" {

0 commit comments

Comments
 (0)