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

Commit 376ef3c

Browse files
committed
Fixes #14
1 parent fe5ecc5 commit 376ef3c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

templates/quickstart-hashicorp-vault-master.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,14 +150,14 @@
150150
"QSS3BucketName": {
151151
"AllowedPattern": "^[0-9a-zA-Z]+([0-9a-zA-Z-]*[0-9a-zA-Z])*$",
152152
"ConstraintDescription": "Quick Start bucket name can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).",
153-
"Default": "quickstart-reference",
153+
"Default": "aws-quickstart",
154154
"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 (-).",
155155
"Type": "String"
156156
},
157157
"QSS3KeyPrefix": {
158158
"AllowedPattern": "^[0-9a-zA-Z-/]*$",
159159
"ConstraintDescription": "Quick Start key prefix can include numbers, lowercase letters, uppercase letters, hyphens (-), and forward slash (/).",
160-
"Default": "hashicorp/vault/latest/",
160+
"Default": "quickstart-hashicorp-vault/",
161161
"Description": "S3 key prefix for the Quick Start assets. Quick Start key prefix can include numbers, lowercase letters, uppercase letters, hyphens (-), and forward slash (/).",
162162
"Type": "String"
163163
},

templates/quickstart-hashicorp-vault.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
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": "quickstart-hashicorp-vault",
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)