-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Network should ignore changes to options["com.docker.network.driver.overlay.vxlanid_list"] by default #1284
Comments
Speaking of which, I can't figure out a way to add this property to |
I cramped up logging level to 10 and I see this odd warning message:
It's odd because I don't see a |
Ah, I think I understand the error message now. The line before the one I quoted above read:
So now this message makes sense:
It is complaining that I then tried So it sounds like there is a second bug at play here... Pulumi is generating an invalid property path, which makes it impossible for users to ignore the property without digging into these debug logs. Is this a known bug? Or should I open a second bug report for this? |
That's surprising. The correct syntax is
Tracked in pulumi/pulumi-terraform-bridge#2669. This issue can track the unexpected diff. |
Describe what happened
When deploying a
Network
, changing nothing, then runningpulumi up
again, pulumi sees a diff:- com.docker.network.driver.overlay.vxlanid_list: "4098"
where 4098 could be any number.Sample program
Log output
No response
Affected Resource(s)
No response
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).
The text was updated successfully, but these errors were encountered: