Closed ITProKyle closed 4 years ago
@markpeek would you be able to re-review now?
I just ran into this same issue, with trying to use a troposphere.If
value for the Resource
in an awacs.aws.Statement
.
As I think about this more, I wonder if awacs needs a reciprocal compat.py
like troposphere has. Thoughts, anyone?
EDIT I now see #55 has more discussion and workarounds that others have used for this issue.
Any updates on getting this (or any other PR that addresses the issue) merged?
Thank you for adding the test and your patience for me getting it merged.
This will allow for the internal
awacs.AWSHelperFn
class + subclasses andtroposphere.AWSHelperFn
class + subclasses to be used as a value for all properties enabling the use oftroposphere.Ref
or similar to be used.Resolves #139.