-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
GCE instance does not update disk #608
Labels
Comments
phinze
added a commit
that referenced
this issue
Feb 13, 2015
Make Google Instance disk attribute all ForceNew. Fix #608.
catsby
added a commit
that referenced
this issue
Feb 18, 2015
* master: (38 commits) update CHANGELOG helper/schema: update test desc helper/schema: default the new value to zero only for the decode helper/schema: failing test update CHANGELOG terraform: sort dependencies of resource state [GH-928] helper/schema: diff with set going to 0 elements removes it from state helper/schema: fix test index helper/schema: add test for sets helper/schema: diff of zero value in state with lack of value should not diff adding documentation update CHANGELOG update CHANGELOG update CHANGELOG Update CHANGELOG Update CHANGELOG Add missing preposition. Fill in missing outputs in modules.html.md. Make Google Instance disk attribute all ForceNew. Fix #608. Revert "Add Azure provider" ...
yahyapo
pushed a commit
to yahyapo/terraform
that referenced
this issue
Mar 13, 2015
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
ghost
locked and limited conversation to collaborators
May 4, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Disk attributes are listed in the schema without ForceNew, but the Update function does not process the changed attributes. Note that in the case of disk, the root disk cannot be removed. Removing the root disk (more likely, changing its image) would require recreating the instance.
The text was updated successfully, but these errors were encountered: