Open hugomcfonseca opened 6 months ago
Voting for Prioritization
Volunteering to Work on This Issue
I've came across the same bug while modifying the security group for the elasticache. Changing in the console caused no issues (modified successfully)
Terraform Core Version
1.6.6
AWS Provider Version
5.37.0
Affected Resource(s)
Expected Behavior
After running terraform apply trying to disable the snapshots on an existing aws_elasticache_serverless_cache resource, the system should modify the resource and not result in an error.
Actual Behavior
The apply was not succeeded and it returned an error ("InvalidParameterCombination: Serverless Cache modifications only support modifying one field per request").
I've tried to replicate the same API_ModifyServerlessCache via AWS CLI, and I've got success only if I've removed the
UserGroupId
from the request (even though it is not part of the changes on Terraform plan).From the AWS Documentation, there is no reference about possible constraints about this.
Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
snapshot_retention_limit
Debug Output
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
No