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.85k stars 9.2k forks source link

resource/aws_api_gateway_account: Always reset account settings on delete #40043

Open gdavison opened 2 weeks ago

gdavison commented 2 weeks ago

Description

The PR #40004 introduced the option to reset account settings when deleting the resource by setting the attribute reset_on_delete. This was introduced to preserve the existing default behaviour of leaving the settings unmodified.

Remove the attribute reset_on_delete and always reset the account settings.

Affected Resource(s) and/or Data Source(s)

aws_api_gateway_account

Potential Terraform Configuration

No response

References

No response

Would you like to implement a fix?

None

github-actions[bot] commented 2 weeks ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue