Please Enhance the aws_dynamodb_table_item data resource to not fail the terraform plan if there is a key missing from the table. Allow the value to be set to null or an empty map.
Affected Resource(s) and/or Data Source(s)
data 'aws_dynamodb_table_item'
Potential Terraform Configuration
data 'aws_dynamodb_table_item' 'sample' {
error_on_missing = true # default to false
...
}
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.
Description
Please Enhance the aws_dynamodb_table_item data resource to not fail the terraform plan if there is a key missing from the table. Allow the value to be set to null or an empty map.
Affected Resource(s) and/or Data Source(s)
data 'aws_dynamodb_table_item'
Potential Terraform Configuration
References
No response
Would you like to implement a fix?
None