Closed lanmalkieri closed 5 years ago
Well this is odd, other integers work just fine.
POSTGRES_PORT: 5432
This initializes without issue.
So after re-creating DEBUG_PORT: 80 as a variable in SSM from scratch, this all worked without issue.
There muse have been some weird case issue with the variable that got created the first time?
Either way I am closing this issue, it appears it was opened in earnest.
It appears that when you define an integer in SSM like
DEBUG_PORT: 80
This breaks ssm-diffs ability to initialize. Example of error output (I also added some print statements in to see where exactly the code was breaking).
This essentially means that it is not possible to put any integer values into SSM. I can take a stab at fixing this but wanted to raise it as an issue first in the event you guys had a quick/easy fix.