-
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
Feature request: aws_vpn_connection add pre shared keys to attributes #2220
Comments
+1 up, this would be tremendously helpful. |
+1 from me as well. |
I have a pull request almost ready for this |
Correction, there is #1862 already open for addressing this. I can submit PR reviews for it 👍 |
This has been merged into master and will be released with v1.8.0 of the provider (expecting to release at end of this week). |
This has been released in terraform-provider-aws version 1.8.0. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
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. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
This issue was originally opened by @wolfgang-werner as hashicorp/terraform#16595. It was migrated here as a result of the provider split. The original body of the issue is below.
AWS recently added the possibility to submit predefined preshared keys and inside IP for both VPN tunnels.
Please add these attributes to the aws_vpn_connection.
With this attributes it is possible to create and destroy the vpn connection without the need to recreate the vpn tunnel on the customer gateway. The AWS behaviour without these attributes is to generate new keys everytime.
Thanks, Wolfgang
The text was updated successfully, but these errors were encountered: