We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4eba99 commit 3ff7f8fCopy full SHA for 3ff7f8f
testing/deploy-cloudformation.sh
@@ -5,4 +5,4 @@ aws cloudformation deploy \
5
--template-file template.yaml \
6
--stack-name aws-data-wrangler-test-arena \
7
--capabilities CAPABILITY_IAM \
8
---parameter-overrides $(cat parameters.properties)
+--parameter-overrides "$(cat parameters.properties)"
testing/parameters.properties
@@ -1,4 +1,4 @@
1
VpcId=VPC_ID
2
SubnetId=SUBNET_ID
3
Password=REDSHIFT_PASSWORD
4
-TestUser=AWS_USER_THAT_WILL_RUN_THE_TESTS_ON_CLI"
+TestUser=AWS_USER_THAT_WILL_RUN_THE_TESTS_ON_CLI
0 commit comments