Misspelled ExtraTypes dangling ref in schema #2463
Labels
area/providers
impact/breaking
Fixing this issue will require a breaking change
impact/usability
Something that impacts users' ability to use the product easily and intuitively
kind/bug
Some behavior is incorrect or out of spec
resolution/duplicate
This issue is a duplicate of another issue
What happened?
Note how it references
#/types/aws:index/region:Region
but there is no such type in the schema.Instead we have slightly differently cased enum in here coming from ExtraTypes:
Expected Behavior
No dangling refs in schema
Steps to reproduce
See JQ code above
Output of
pulumi about
N/A
Additional context
Having to account for dangling refs complicates consuming code a bit.
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: