Closed bharatbolisetty closed 1 year ago
Hi @justinretzolk,
I think this PR https://github.com/hashicorp/terraform-provider-aws/pull/26546 fixes this issue, can you please check and do the needful.
Hi @justinretzolk,
Can you prioritise reviewing this PR https://github.com/hashicorp/terraform-provider-aws/pull/26546.
Hey @bharatbolisetty and @bbolisetty-gh 👋 Thank you for checking in on this. Unfortunately, I'm not able to provide an estimate on when #26546 will be reviewed/merged due to the potential of shifting priorities (we prioritize work by count of ":+1:" reactions, as well as a few other things). For more information on how we prioritize, check out out prioritization guide.
This functionality has been released in v4.61.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.
Community Note
Terraform CLI and Terraform AWS Provider Version
Terraform
AWS Provider
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/bharatbolisetty/8fa114f712d48705a4b66718e8c621ad
Panic Output
Expected Behavior
For aws_lakeformation_lf_tag number of values for a tag is 15 which is soft limit, this can be increased using service quota request. Should not have max count validation on values attribute of aws_lakeformation_lf_tag resource.
Actual Behavior
When values attribute have more than 15 elements it throws
Too many list items
error interraform validate
. Complete error belowSteps to Reproduce
terraform init
terraform validate
Important Factoids
We placed service quota increase request on lake formation Number of values per tag and the soft limit on number of values per tag 15 is increased to 100.
References
https://docs.aws.amazon.com/general/latest/gr/lake-formation.html