You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 16, 2022. It is now read-only.
I just noticed the item about injection for ImportValue in the feature backlog. Does that mean there's no reasonable workaround at this time?
jonscheiding
changed the title
ARN validation failure on imported values (only on some resource types?)
ARN validation failure on imported values
Jun 20, 2018
* #175 Implemented argument to provide import values
* #175 Removed TODO comment for thing that I did
* Addressing minor comments #175
* Added a test for unquoted numeric importValues #175
* Improve fallthrough comment
* Add import values documentation
* Update CHANGELOG.md
I'm getting validation errors when trying to use
!ImportValue
for properties that expect an ARN.Sample template:
I get the following result:
I tried doing something similar with a different type of resource that also expects an ARN:
This passed, but it passes even if I put in a garbage non-ARN, so it doesn't appear to be doing the validation at all.
I am using
[email protected]
.Similar to #143, but so far I don't see a workaround. I'm happy to work on a PR, if this is indeed erroneous behavior.
Thanks!
The text was updated successfully, but these errors were encountered: