removing vpcConfig from CallbackFunction does not result in change detection #2580
Labels
area/providers
bug/diff
kind/bug related to Pulumi generating wrong diffs on preview or up.
customer/feedback
Feedback from customers
impact/quality
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/fixed
This issue was fixed
What happened?
I want to remove the VPC configuration from a lambda function, but doing so and running
pulumi up
does not detect any changes.Expected Behavior
pulumi up
should detect the change in configurationSteps to reproduce
Note
vpcConfig
. If I removevpcConfig
from the callback function configuration and runpulumi up
it does not detect any changes.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: