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.74k stars 9.1k forks source link

[New Resource]: EC2 Reachability Analyzer Org Sharing Resource #30456

Open gingersnapz opened 1 year ago

gingersnapz commented 1 year ago

Description

In order to completely enable VPC Reachability Analyzer at the Organization level without using the Console, it is required that an additional API call is made to create the required service linked roles in each member account. Ref: https://docs.aws.amazon.com/cli/latest/reference/ec2/enable-reachability-analyzer-organization-sharing.html

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

aws_ec2_enable_reachability_analyzer_org_sharing

Potential Terraform Configuration

resource "aws_ec2_enable_reachability_analyzer_org_sharing" "main" {
  enable = true
}

References

Ref: https://docs.aws.amazon.com/cli/latest/reference/ec2/enable-reachability-analyzer-organization-sharing.html

https://docs.aws.amazon.com/organizations/latest/userguide/services-that-can-integrate-ra.html#integrate-enable-ta-ra

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

be-aws-architect commented 2 months ago

Can someone look into this?