-
Notifications
You must be signed in to change notification settings - Fork 584
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
VPN Gateway Generations #333
Comments
Thank you for logging this @dan-dimitrov Adding this to the input variable schema will be a breaking change so I will try to include this on the |
Documented generation to SKU mapping: |
Considerations for auto-determination of
To avoid unexpected redeployments, we are thinking to tackle this the following way:
|
Following further discussions around this issue, we have decided to set a preference to |
* Cast `tomap()` to fix #340 * Add advanced input to fix #342 * Add logic to handle VPN GW generation to fix #333 * Add `advanced_vpn_settings` - Fix #232 - Fix #334 * Custom `ip_configuration` disables PIP creation - Fix #232 * Update to support provider version `v3.0.2` * Link `secondary_location` to settings module * Update to test VPN gateway without AZ * Update resource type in ID prefix * Update baseline for `v3.0.2` provider support * Fix sensitive values error * Update strategy to test using Terraform `v1.1.x` * Update OPA guidance
Community Note
Description
An error message appears when attempting to deploy the VPN gateway in the hub with the SKU VpnGw5AZ. This deployment automatically determined the gateway generation as generation 1 and the SKU is not available. The following advanced configuration needs to be used in order to successfully deploy the VPN gateway as this SKU.
It would be good if this could be rectified automatically, or if we can specify the gateway generation manually without using the advanced configuration.
The text was updated successfully, but these errors were encountered: