-
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_memcache_instance: allow for updates to memcache_parameters.params field #9297
Comments
Terraform returning a bad update message here is a bug, and we can likely resolve it by making the field updatable. If it's resolved w/o doing so, we can re-classify this issue as an enhancement again. |
Hi @rileykarson. To clarify, did you mean "if the request is not resolved without making the field updateable, then we can re-classify the issue as an enhancement"? To answer this question: the customer does seem to want to be able to update the field since it is a use-case supported by the UI. I am not entirely sure if it is a use-case that is feasible to implement in Terraform given that updating parameters seem to be a special operation, but I linked to some API docs above that might allow it to be possible. |
Close! "If the request is resolved without making the field updateable, then we can re-classify the issue as an enhancement" We made this a bug because Terraform should never return that error message |
Gotcha I see :) |
…urce (hashicorp#9297) * Use send_empty_value for replicaCount in Redis Cluster * Add generated test for redis cluster * Update the template file and remove the genereated file --------- Co-authored-by: Demitri Swan <[email protected]> [upstream:79fe43c34c8968f8bad9bb24271fb28f66f0d5f8] Signed-off-by: Modular Magician <[email protected]>
…urce (#9297) (#16302) * Use send_empty_value for replicaCount in Redis Cluster * Add generated test for redis cluster * Update the template file and remove the genereated file --------- [upstream:79fe43c34c8968f8bad9bb24271fb28f66f0d5f8] Signed-off-by: Modular Magician <[email protected]>
Community Note
Description
The
google_memcache_instance
resource has amemcache_parameters.params
field which cannot be updated. Attempts to update this field results in the following API error:The Terraform resource's Update function does not seem to touch the field at all.
However, from the API docs, it seems that the field should be updateable using the updateParameters and applyParameters methods.
New or Affected Resource(s)
References
The text was updated successfully, but these errors were encountered: