-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Enhancement]: support service_region with aws_vpc_endpoint (privateLink consumer) #40438
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
Confirmed this does not work even though the region is in the service name. Looks like a change is needed. Should terraform pull the region automatically from the service name rather than force people to pass it? Example:
would imply |
Is anyone working on this issue? I want to try fixing it cc @ewbankkit |
There are cases where the region may not be present in the service name, so there will need to be an parameter to specify service name explicitly. |
That might be why they chose to be specific at the underlying API level. Was just an idea. So has somebody picked this up? I peeked at @MS99-9's fork and didn't see any activity. |
@bacoboy-doordash I am working on it. Let me push my progress tomorrow latest. I added the service_region to the schema and updated the create function. I also added another function to verify that the service exists in this region. Currently I am adding the test functions and afterwards I will check read,update,destroy functions |
No worries, it was a good idea, it being automatic would be easier for users, I asked the same question. |
Kindly update the documentation when the feature is ready. I also don't see the new related argument for |
Warning This issue has been closed, meaning that any additional comments are hard for our team to see. Please assume that the maintainers will not see them. Ongoing conversations amongst community members are welcome, however, the issue will be locked after 30 days. Moving conversations to another venue, such as the AWS Provider forum, is recommended. If you have additional concerns, please open a new issue, referencing this one where needed. |
This functionality has been released in v5.82.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
Description
aws_vpc_endpoint
is missing service_region parameter for the PrivateLink service it connects toRelated to: #40346
This enhancement is missing a related feature with vpc_endpoint connections
VPC Endpoints should verify the service_name they attach to and the region should be provided when establishing a connection.
AWS Changes : https://github.com/aws/aws-sdk-go-v2/blob/release-2024-11-26/service/ec2/CHANGELOG.md#v11940-2024-11-26
Affected Resource(s) and/or Data Source(s)
aws_vpc_endpoint
data.aws_vpc_endpoint
Potential Terraform Configuration
References
https://github.com/aws/aws-sdk-go-v2/blob/release-2024-11-26/service/ec2/CHANGELOG.md#v11940-2024-11-26
#40346
Would you like to implement a fix?
No
The text was updated successfully, but these errors were encountered: