[1] % perun validate test.yml
INFO: Configuration file from the following location will be used: /Users/mpolcik16/.config/perun/main.yaml
INFO: Creating new session. Profile: aol Region: us-east-1
WARNING: MyEC2: SecurityGroupIds[0] <--- is nil.
Perun is not respecting Fn::ImportValue and it's deciding it is nil, when in fact it is a valid value.
template example:
Issue:
Perun is not respecting
Fn::ImportValue
and it's deciding it is nil, when in fact it is a valid value.Expected behaviour: validation should pass.