-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
[Bug]: aws_vpc_endpoint_service_allowed_principal #30873
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
Thanks for raising this, we are also facing this issue right now and is it is blocking our pipelines. Are there some workarounds for this? (Prefereably we would like to wait for the bug fix if it would be released soon ) |
@arthosdevelops i think the best way for you now is to roll back to 1 version prior and lock it at that version for the moment |
This is causing our deployment pipeline to fail. We would love to be able to keep tracking the latest provider version, rather than nailing it in to be forgotten. A fix would be much appreciated. |
This functionality has been released in v4.65.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! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Terraform Core Version
1.3.4
AWS Provider Version
4.64.0
Affected Resource(s)
Expected Behavior
You should be able to add multiple allowed principals to an existing
aws_vpc_endpoint_service
Actual Behavior
Change #27640 as introduced a bug.
If you already have an allowed principal attached to a service you can't add another one.
Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
Create a VPC Endpoint Service with an allowed principal configured.
Try to add an additional principal using
aws_vpc_endpoint_service_allowed_principal
Debug Output
No response
Panic Output
No response
Important Factoids
The call to FindVPCEndpointServicePermissions, doesn't look to filter the results and returns all attached Principals.
terraform-provider-aws/internal/service/ec2/find.go
Lines 3348 to 3353 in 746e737
References
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: