-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Labels
impact/regressionSomething that used to work, but is now brokenSomething that used to work, but is now brokenkind/bugSome behavior is incorrect or out of specSome behavior is incorrect or out of specp1A bug severe enough to be the next item assigned to an engineerA bug severe enough to be the next item assigned to an engineer
Description
What happened?
The talos provider started getting an error when upgrading the bridge: https://github.com/pulumiverse/pulumi-talos/actions/runs/9934039926/job/27437766510
The error comes from here:
| c.error(path, errElemForObject) |
@ringods tried to fix it by removing the .Elem nesting and the types overrides no longer work: https://github.com/pulumiverse/pulumi-talos/pull/99/files#diff-34c57e622183cb0d8dd0d3f9eaa0861b3340120e9b2ad811bac7ac7be4cea4b1
I believe there is something wrong with the code above as it checks for Map nested Resource Elems which is illegal in sdkv2.
- Check if this is the case for PF too.
Example
.
Output of pulumi about
.
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).
Metadata
Metadata
Assignees
Labels
impact/regressionSomething that used to work, but is now brokenSomething that used to work, but is now brokenkind/bugSome behavior is incorrect or out of specSome behavior is incorrect or out of specp1A bug severe enough to be the next item assigned to an engineerA bug severe enough to be the next item assigned to an engineer