github cloudposse/terraform-aws-dynamodb 0.32.0
v0.32.0

latest releases: v0.37.0, v0, 0.36.0...
22 months ago
fix: required aws provider version update @ivanmartos (#108)

what

Update required aws provider version

why

Changes introduced in #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 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.

references

Release notes for aws provider https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md#4220-july--8-2022

Don't miss a new terraform-aws-dynamodb release

NewReleases is sending notifications on new releases.