hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.82k stars 9.17k forks source link

Technical Debt: Handle uses of legacy non-`Context`-aware CRUD functions #30320

Open gdavison opened 1 year ago

gdavison commented 1 year ago

Description

The legacy non-Context-aware CRUD functions — Create, Read, Update, and Delete — have been deprecated in favour of Context-aware <operation>Context or <operation>WithoutTimeout functions.

References

No response

Would you like to implement a fix?

None

github-actions[bot] commented 1 year ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue