hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.82k stars 9.16k forks source link

[Enhancement]: Allow aws_dynamodb_table_item to set item to null if not exists #34357

Open djrichar opened 11 months ago

djrichar commented 11 months ago

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

data 'aws_dynamodb_table_item' 'sample' {
   error_on_missing = true # default to false
   ...
}

References

No response

Would you like to implement a fix?

None

github-actions[bot] commented 11 months ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue