ssm-diff icon indicating copy to clipboard operation
ssm-diff copied to clipboard

ssm-diff errors when pulling a numerical only value from parameter store

Open connerstobie opened this issue 5 years ago • 0 comments

In parameter store if you have a numerical only value for a parameter and you ssm-diff init that parameter the following error occurs.

'int' object has no attribute 'splitlines'

key: /some/key value: 123456

It will work if it is wrapped in quotes in parameter store or changed from a non numerical only value but that limits the values we can use if we want to us this tool.

connerstobie avatar Sep 04 '19 17:09 connerstobie