-
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
workload_metadata_config permadrift on google_container_node_pool resource #10300
workload_metadata_config permadrift on google_container_node_pool resource #10300
Comments
@megan07: We didn't think this would happen- weird! See GoogleCloudPlatform/magic-modules#5259 (comment) |
I wonder if it's only for the specific |
That might do it. Unfortunate! |
Thanks for looking into it @megan07 @rileykarson! |
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. |
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
[not including the values of vars passed in from var file, but this should give an idea of how the module is being invoked)
Debug Output
I'm not going to put the full debug out in, but I notice that the response seems to have both fields set:
and the apply tries to PUT this:
Expected Behavior
Previously, no changes were shown with the same config (and even, recently, as far as I can tell, the same module / provider versions, though reverting back a couple of versions hasn't helped)
Actual Behavior
Getting the following permadrift on each run:
there is a deprecation warning from the module using the old attribute:
Steps to Reproduce
terraform apply
Important Factoids
References
See some additional comments at terraform-google-modules/terraform-google-kubernetes-engine#1024
The text was updated successfully, but these errors were encountered: