-
Notifications
You must be signed in to change notification settings - Fork 52
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
Attached disk prevents Instance from being replaced #73
Comments
2 years later, any progress on this? Alternatively, is there a workaround? |
In this particular case, does |
It's wild to me that a simple use case like this has not worked for more than 5 years. I'm just trying out Pulumi and it's making me question whether it's the right choice for us. |
deleteBeforeReplace was able to resolve this for me, but interestingly enough this behavior didn't seem to happen when using yaml. I only witnessed it while using typescript. I haven't tested in another besides typescript and yaml. |
This issue has been addressed in PR #2586 and shipped in release v8.8.0. |
The following program launches an instance with an attached disk:
Running
pulumi up
completes fine, but updating some instance parameters (e.g. startup script) requires replacing the machine when runningpulumi update
. However, the following error is received:We should be able to replace an instance by detaching the disk from existing instance, and attaching it to the new launched instance.
The text was updated successfully, but these errors were encountered: