-
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
TypeSet count (.#
) not being removed when d.Set(nil) is used w/ 0.12 SDK
#20506
Comments
Hi @rileykarson, Thanks for the detail here. This test has some interesting interactions that I haven't completely sorted out. I'm just gong to bullet a few things here to investigate:
These aren't necessarily related to the |
We aren't ready to release a `0.12` SDK based build because of these issues: • hashicorp/terraform#20505 • hashicorp/terraform#20507 • hashicorp/terraform#20506 • hashicorp/terraform#20504
We aren't ready to release a `0.12` SDK based build because of these issues: • hashicorp/terraform#20505 • hashicorp/terraform#20507 • hashicorp/terraform#20506 • hashicorp/terraform#20504
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. |
Terraform Version
master
is in this state.Terraform Configuration Files
Followed by
Expected Behavior
Terraform should see an empty list of users for the disk as the attachment was removed.
Actual Behavior
leading to
because of https://github.com/terraform-providers/terraform-provider-google/blob/master/google/resource_compute_disk.go#L752
Steps to Reproduce
The text was updated successfully, but these errors were encountered: