-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
google_compute_disk created from snapshot, forces new resource then apply once more #218
Comments
Maybe I spoke too soon. This seems to actually still be a bug.
|
@nodesocket: It looks like the snapshot forcing a recreate is the same issue as this, but the detach failing looks like a separate issue to me; would you mind filing another issue with the first block & with a repro config? |
@rileykarson there is already an issue that was ported over: #112 |
Oh cool - I'd missed that one, thanks! |
This was fixed in #238, closing. |
<!-- This change is generated by MagicModules. --> /cc @danawillow
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
Looks like google_compute_disk was broken since v0.9.6 (or v0.9.7)
Create disk snapshot and then disk from this snapshot (clone disk operation)
If we execute
terraform apply
once more newly created disk will be destroyed and recreatedTerraform Version
Terraform v0.9.11
Affected Resource(s)
google_compute_disk
Terraform Configuration Files
Debug Output
Expected Behavior
No changes expected on 2nd and others "terraform apply"
Actual Behavior
Terraform decide to recreate disks (why??)
Steps to Reproduce
List the steps required to reproduce the issue:
Execute
terraform apply
And once more:
terraform apply
The text was updated successfully, but these errors were encountered: