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.83k stars 9.18k forks source link

Category name for aws_ec2_transit_gateway_route_table_association resource has been changed from 4.10.0v onwards #30792

Closed Shivani2203 closed 1 year ago

Shivani2203 commented 1 year ago

Description

In the terraform documentation of 'aws_ec2_transit_gateway_route_table_association' resource, previously category of this resource was "EC2", but from 4.10.0v onwards Terraform categorizes this resource under "Transit Gateway".

Wanted to know the reason for the change in category of this resource from EC2 to Transit Gateway

References

Terraform Provider version 4.9.0 https://registry.terraform.io/providers/hashicorp/aws/4.9.0/docs/resources/ec2_transit_gateway_route_table_association

Terraform Provider version 4.10.0 https://registry.terraform.io/providers/hashicorp/aws/4.10.0/docs/resources/ec2_transit_gateway_route_table_association

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

justinretzolk commented 1 year ago

Hey @Shivani2203 👋 Thank you for taking the time to raise this! This happened with #24158 as part of a larger effort to split up the EC2 resources into subcategories to make navigating the EC2 section of the documentation a bit more manageable (since there are so many EC2-related resources).

Shivani2203 commented 1 year ago

Since the question is answered , I am closing the issue.

github-actions[bot] commented 1 year ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.