No diff when adding packages to pypi_packages
of gcp.composer.Environment
#1685
Labels
bug/diff
kind/bug related to Pulumi generating wrong diffs on preview or up.
kind/bug
Some behavior is incorrect or out of spec
resolution/fixed
This issue was fixed
What happened?
After adding an additional package to the
pypi_packages
list of agcp.composer.Environment
resource, this resource is marked forUpdate
onpulumi up
, but no diff is shown for this property. The change is applied correctly though.Example
Start with this sample program:
Define the following stack config:
Run
pulumi up
and have an initial Composer (Apache Airflow) environment.Now uncomment the second package so the
pypi_packages
list reads like this:At preview time, the following details are reported:
The second package that is added to the sources but is not shown as an addition in the diff, but when applying the changes, the second package is added to the setup.
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: