Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 5ecd47c

Browse files
committed
Update default S3Bucket and prefix
1 parent 9c56f31 commit 5ecd47c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/quickstart-hashicorp-vault.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@
6363
"QSS3BucketName": {
6464
"AllowedPattern": "^[0-9a-zA-Z]+([0-9a-zA-Z-]*[0-9a-zA-Z])*$",
6565
"ConstraintDescription": "Quick Start bucket name can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).",
66-
"Default": "quickstart-reference",
66+
"Default": "aws-quickstart",
6767
"Description": "S3 bucket name for the Quick Start assets. Quick Start bucket name can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).",
6868
"Type": "String"
6969
},
7070
"QSS3KeyPrefix": {
7171
"AllowedPattern": "^[0-9a-zA-Z-/]*$",
7272
"ConstraintDescription": "Quick Start key prefix can include numbers, lowercase letters, uppercase letters, hyphens (-), and forward slash (/).",
73-
"Default": "hashicorp/vault/latest/",
73+
"Default": "quickstart-hashicorp-vault",
7474
"Description": "S3 key prefix for the Quick Start assets. Quick Start key prefix can include numbers, lowercase letters, uppercase letters, hyphens (-), and forward slash (/).",
7575
"Type": "String"
7676
},

0 commit comments

Comments
 (0)