Closed jpb closed 6 years ago
Importing a value that is an octal-like string does not interpolate properly into stack args properties, for example:
$defs: accountId: 00123456789 ServiceRoleArn: arn:aws:iam::{{ accountId }}:role/role-name
Output from iidy create-stack:
iidy create-stack
... IAM Service Role: arn:aws:iam::$0string 00123456789:role/role-name ...
Related to #69, #126
Importing a value that is an octal-like string does not interpolate properly into stack args properties, for example:
Output from
iidy create-stack
:Related to #69, #126