This is current terraform plan output with old aws provider
Error: Unsupported argument
on .terraform/modules/example.foo_table/main.tf line 112, in resource "aws_dynamodb_table" "default":
112: propagate_tags = false
An argument named "propagate_tags" is not expected here.
Error: Unsupported argument
on .terraform/modules/example.foo_table/main.tf line 113, in resource "aws_dynamodb_table" "default":
113: point_in_time_recovery = false
An argument named "point_in_time_recovery" is not expected here.
what
Update required aws provider version
why
Changes introduced in https://github.com/cloudposse/terraform-aws-dynamodb/pull/107 require aws provider functionality added in https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md#4220-july--8-2022
This is current
terraform plan
output with old aws providerreferences
Release notes for aws provider https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md#4220-july--8-2022