Are the known issues still relevant?
iainelder opened this issue · 2 comments
iainelder commented
The module requires at least AWS provider version 2.58.0.
terraform-aws-backup/versions.tf
Line 5 in c690c3b
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.
lgallard commented
@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!
lgallard commented
@iainelder release 0.11.5 addressed this issue!