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.8k stars 9.15k forks source link

Add test to `aws_route_table` resource and data source for special-case tag ignore #37950

Open gdavison opened 4 months ago

gdavison commented 4 months ago

Description

The aws_route_table resource and data source have special handling to remove any special tags from the FSx service that the service adds when an FSx file system is associated to the route table. Add tests to confirm that this functions correctly.

References

The initial PR for the special handling contained these tests, but they were removed before merging. See https://github.com/hashicorp/terraform-provider-aws/commit/3c8c3d3defc50fba4d3743ca6201578e685484ed#diff-21a3e671678b7a4065e038f2aa96ba031f07c4e3f442a95c35255dbc0aa93696

Would you like to implement a fix?

None

github-actions[bot] commented 4 months ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue