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

[New Resource]: Security groups associated with multiple VPC #39999

Open b-iurea opened 2 days ago

b-iurea commented 2 days ago

Description

Hi, AWS launched this new feature for Security Groups where despite the security group is associated with one vpc, you can later associate with other and multiple vpc.

For AWS doc: https://docs.aws.amazon.com/vpc/latest/userguide/security-group-assoc.html

Someone thinked about or is this resource a work in progress?

Thank you Bogdan I.

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

aws_security_groups_associate_vpc

Potential Terraform Configuration

resource "aws_security_groups_associate_vpc" "example" {
    security_group_id = "string"
    vpc_ids = [list]
}

References

https://docs.aws.amazon.com/vpc/latest/userguide/security-group-assoc.html

Would you like to implement a fix?

None

github-actions[bot] commented 2 days ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue

jar-b commented 2 days ago

Relevant APIs: