From 16396d68a22b4f675ce0747b121e026141b8f24b Mon Sep 17 00:00:00 2001 From: Irshad Chohan Date: Tue, 31 Jan 2023 20:54:34 +0530 Subject: [PATCH] Updated default value for DeploymentLocation --- templates/00-main.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/00-main.yaml b/templates/00-main.yaml index 893f85c..b854f34 100644 --- a/templates/00-main.yaml +++ b/templates/00-main.yaml @@ -161,8 +161,9 @@ Metadata: Parameters: DeploymentLocation: - Description: Location to deploy from (S3 URL) - Type: String + Description: Location to deploy from (S3 URL), Keep it as is unless you created your own S3 bucket + Type: String + Default: https://s3.amazonaws.com/aws-refarch/moodle/latest/templates BastionInstanceType: AllowedValues: - t3.nano