Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Volunteering to Work on This Issue
If you are interested in working on this issue, please leave a comment.
If this would be your first contribution, please review the contribution guide.
Terraform Core Version
1.5.0
AWS Provider Version
5.50.0
Affected Resource(s)
aws_lakeformation_permissions
Expected Behavior
expects in state file
expects in aws
Actual Behavior
what is in state file is
There is an extra ALL permission in state file which is not expected. The permission in AWS however is as expected and has only "DESCRIBE" permission.
Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
Steps to Reproduce
run
terraform apply
and check state file with `terraform state show"Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None