Cannot get the id
of resources that use the awsId
#1734
Labels
kind/bug
Some behavior is incorrect or out of spec
id
of resources that use the awsId
#1734
What happened?
Resources sometimes have an
id
property that clashes with theprimaryIdentifier
. In these cases we rename it in the schema toawsId
.This prevents errors from occurring, but the
id
is not written to the state asawsId
so it is not actually available to the user. We should probably update theGetResource
call to add theawsId
field.Example
See #333
Output of
pulumi about
N/A
Additional context
No response
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: