Skip to content

Commit 3ff7f8f

Browse files
committed
Fixing typo in the Cloudformation's properties
1 parent b4eba99 commit 3ff7f8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

testing/deploy-cloudformation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ aws cloudformation deploy \
55
--template-file template.yaml \
66
--stack-name aws-data-wrangler-test-arena \
77
--capabilities CAPABILITY_IAM \
8-
--parameter-overrides $(cat parameters.properties)
8+
--parameter-overrides "$(cat parameters.properties)"

testing/parameters.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
VpcId=VPC_ID
22
SubnetId=SUBNET_ID
33
Password=REDSHIFT_PASSWORD
4-
TestUser=AWS_USER_THAT_WILL_RUN_THE_TESTS_ON_CLI"
4+
TestUser=AWS_USER_THAT_WILL_RUN_THE_TESTS_ON_CLI

0 commit comments

Comments
 (0)