Open jcanseco opened 3 years ago
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 :)
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