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.85k stars 9.2k forks source link

[Enhancement]: Support for VPC Endpoint Service Contributor Insights #39813

Open AliAllomani opened 1 month ago

AliAllomani commented 1 month ago

Description

Adding support for enabling Contributor Insights for VPC Endpoint Service resource

CloudFormation example,

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html#cfn-ec2-vpcendpointservice-contributorinsightsenabled

   EndpointService:
        Type: "AWS::EC2::VPCEndpointService"
        Properties:
            AcceptanceRequired: false
            ContributorInsightsEnabled: true
            NetworkLoadBalancerArns:
                - !Ref XXX

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

Potential Terraform Configuration

No response

References

No response

Would you like to implement a fix?

None

github-actions[bot] commented 1 month ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue