Open blampe opened 4 days ago
Thanks for reporting and for pointing us to the problematic code. I've added tests which repro the issue in https://github.com/pulumi/pulumi-terraform-bridge/pull/2671. Will investigate a solution.
The untested line isn't the only problem it looks like. After fixing it locally the provider still fails to return a valid detailed diff
What happened?
We seem to generate an invalid property path when it contains dots:
The correct syntax is
options["com.docker.network.driver.overlay.vxlanid_list"]
.The relevant field type is
I'm guessing this has something to do with the one untested line in
diff.go
:Example
https://github.com/pulumi/pulumi-docker/issues/1284 provides a repro. Run
docker swarm init
beforehand.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).