dataproc.Metastoreservice
cannot be replaced on changes
#2931
Labels
kind/bug
Some behavior is incorrect or out of spec
Describe what happened
If I create a gcp.dataproc.MetastoreService and then adjust something that would trigger a replacement (like the
network
), the next pulumi up fails because it tries to create another resource with the same identifier:Sample program
Using the simple example in the pulumi docs and adding a
network
:pulumi up
pulumi up
Log output
replace-metastore.txt
Affected Resource(s)
dataproc.Metastoreservice
Output of
pulumi about
Additional context
You can work around this by using
deleteBeforeReplace
.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: