-
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
aws_vpc_endpoint does not autoaccept #14604
Comments
I ran into the same problem:
Terraform v0.13.5 It occurs while creating VPC Endpoint for PrivateLink with
After accepting, endpoint's status goes to pending and then after some time it changes to available (pendingAcceptance -> pending -> available ).
Workaround (if you don't want to perform changes through AWS console):
|
This has been released in version 3.38.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 for triage. Thanks! |
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. |
Community Note
Terraform CLI and Terraform AWS Provider Version
Terraform v0.13.0
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/loleebr/a9965e9e03ef9b176874768f71faef8f
Panic Output
Expected Behavior
Terraform Apply success with Endpoint created and autoaccepted by the Endpoint service
Actual Behavior
Endpoint Created but does not autoaccept. AWS Console shows as
PENDING ACCEPTANCE
Terraform CLI error:
Steps to Reproduce
terraform apply
on the above configImportant Factoids
References
The text was updated successfully, but these errors were encountered: