lgallard/terraform-aws-backup

Are the known issues still relevant?

iainelder opened this issue · 2 comments

The module requires at least AWS provider version 2.58.0.

aws = ">= 2.58.0"

This known issue was fixed in version 2.54.0. Looks like it shouldn't affect this module any more.

hashicorp/terraform-provider-aws#10511

This known issue was fixed in version 3.20.0.

hashicorp/terraform-provider-aws#10414

If it still affects this module, it looks like it can be avoided by upgrading the minimum provider version.

@iainelder you right, I will increase the require version to 3.20 and remove the workaround script in the next release. Thanks for pointing it out!

@iainelder release 0.11.5 addressed this issue!