-
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
Changing SSL certificates in google_compute_target_https_proxy results in inconsistent final plan from .proxy_id #7966
Changing SSL certificates in google_compute_target_https_proxy results in inconsistent final plan from .proxy_id #7966
Comments
Appears to be similar to #7945 |
And #7944 |
Ok I am glad to see I was not crazy :D |
This looks like a problem in 0.14.0 rather than the provider. I have filed https://github.com/hashicorp/terraform/issues/27208 I would recommend downgrading to 0.13.x if possible as we track down what the fix should be |
Ha so my guess was correct but not the source of the problem. It is a core issue and not a resource issue. |
Yes, so the issue in my example is with |
I think this could be fixed by changing the types to strings - this is the change in the upstream magic modules, GoogleCloudPlatform/magic-modules#4307 |
That seems to be the recommended way in hashicorp/terraform-plugin-sdk#655, but it would not fix #7945, so I think it would be better to have an upstream fix by the plugin SDK because other similar errors will pop up in this provider I am pretty sure. |
I think the change to strings would fix #7945 as the |
@slevenick The upstream bug has been fixed, does this mean that a fix can be applied in the provider as well? |
We have a fix for this using the new version of the SDK. This should be in the release expected to go out next week. |
This should be available in 3.51.1 |
Thanks, fix worked for us |
Thanks for prompt fix, works here as well! |
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 👉 hashibot-feedback@hashicorp.com. Thanks! |
Community Note
modular-magician
user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If an issue is assigned to a user, that user is claiming responsibility for the issue. If an issue is assigned tohashibot
, a community member has claimed the issue already.Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
Full debug output
https://gist.github.com/mcfedr/fa680a84e1db9786042fcb0b56cc07f7
Panic Output
N/A
Expected Behavior
Terraform describes itself:
Actual Behavior
Crash
Steps to Reproduce
terraform apply
Important Factoids
The certificates files themselves are read out of kubernetes secrets, but i'm pretty sure this is nothing to do with anything.
References
There is a similar sounding issue, that was supposedly fixed in terraform 0.14, but its also different, this seems to be a google specific issue, but i may be wrong...
The text was updated successfully, but these errors were encountered: