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.75k stars 9.11k forks source link

[Enhancement]: Transit Gateway Security Group Referencing Support #34541

Open phergoualch opened 10 months ago

phergoualch commented 10 months ago

Description

AWS released a much anticipated feature to reference security groups across VPCs attached to a Transit Gateway. They added it to the Transit Gateway documentation and then rolled it back, so I'm not sure if this was a mistake and they are waiting for re:invent (no blog post has been published yet). Anyway, the feature is available in the GO SDK from version v1.48.1: https://github.com/hashicorp/terraform-provider-aws/pull/34492.

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

Potential Terraform Configuration

resource "aws_ec2_transit_gateway" "example" {
  description                        = "example"
  security_group_referencing_support = "enable"
}

References

https://github.com/aws/aws-sdk-go/releases/tag/v1.48.1

Would you like to implement a fix?

Yes

github-actions[bot] commented 10 months ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue