Skip to content

Commit 1ac0529

Browse files
authored
Convert underscores to hyphens in AWS Quickstart docs (#129)
to make it compatible with AWS resource naming requirements which do not allow underscores.
1 parent c12a7e8 commit 1ac0529

File tree

1 file changed

+1
-1
lines changed
  • docs/book/getting-started

1 file changed

+1
-1
lines changed

docs/book/getting-started/aws.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ name: "quickstart_s3_bucket"
5050
provider: aws
5151
metadata:
5252
config:
53-
bucket_name: "quickstart_s3_bucket"
53+
bucket_name: "quickstart-s3-bucket"
5454
tags:
5555
deployed-by: "mlstacks"
5656
region: "eu-north-1"

0 commit comments

Comments
 (0)