Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: required aws provider version update #108

Merged
merged 2 commits into from
Nov 9, 2022

Conversation

ivanmartos
Copy link
Contributor

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

@ivanmartos ivanmartos requested review from a team as code owners November 9, 2022 17:05
@ivanmartos ivanmartos changed the title fix: versions update fix: required aws provider version update Nov 9, 2022
@Benbentwo
Copy link
Member

/test all

@Benbentwo Benbentwo merged commit 7f0edf8 into cloudposse:master Nov 9, 2022
@ivanmartos ivanmartos deleted the fix/versionsUpdate branch November 10, 2022 07:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants