Skip to content

Instantly share code, notes, and snippets.

@kevinhooke
Created December 2, 2020 07:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevinhooke/e3dfc898a59698094d1a29cfb4adfe82 to your computer and use it in GitHub Desktop.
Save kevinhooke/e3dfc898a59698094d1a29cfb4adfe82 to your computer and use it in GitHub Desktop.
CloudFormation parameter error with string csv values
type: <class 'list'>, valid types: <class 'str'>
e.g. --parameters ParameterKey=example,ParameterValue=a,b,c
pass as a escaped quote sting:
e.g. --parameters ParameterKey=example,ParameterValue=\"a,b,c\"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment