cdk deploy incorrect parsing of --parameters #7246
Labels
bug
This issue is a bug.
in-progress
This issue is being actively worked on.
p1
package/tools
Related to AWS CDK Tools or CLI
When using:
I expect CDK to create a Change Set in my stack with parameter:
OpsGenieSubscriptionEndpoint
and its value:https://api.eu.opsgenie.com/v1/json/cloudwatch?apiKey=some-random-key
What I get instead is parameter:
OpsGenieSubscriptionEndpoint
and its valuehttps://api.eu.opsgenie.com/v1/json/cloudwatch?apiKey
I found this issue in the code and here is an example of how it works:
current code:
output:
how it should work:
output:
Reproduction Steps
=
symbols when using:cdk deploy --parameters ''
command, e.g,cdk deploy --parameters 'parameterKey=parameterValue=partOfValue=anotherPartOfValue'
Error Log
None, I only see incorrect parameter input in AWS.
Environment
Other
Suggested fix: #7226
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: