Closed zelahi closed 8 months ago
Voting for Prioritization
Volunteering to Work on This Issue
I could also update the docs if people are okay with this
If you're up for updating the documentation, we'd gladly take a pull request to do so @zelahi! Thank you for offering 🙂
Hi @justinretzolk Is anyone still working on this fix? otherwise I can handle it. I'm using the aws_serverless_cache resource and the example from the docs isn't working.
This functionality has been released in v5.41.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.
For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Documentation Link
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticache_serverless_cache#maximum
Description
When following the example │ operation error ElastiCache: CreateServerlessCache, https response error StatusCode: 400, RequestID: xxxxxxxxx, InvalidParameterValue: Invalid value for ECPUPerSecond limit. Must │ be between 1000 and 15000000. You can set the value to zero to remove the limit.
In the reference here: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticache_serverless_cache I see that it shows 5. Although I eventually changed it and it was not too bad, I can update this if it would help
References
No response
Would you like to implement a fix?
Yes