Skip to content
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

Add VpnGw*AZ SKU to the Virtual Network Gateway #2383

Closed
nmkleiberg opened this issue Nov 26, 2018 · 2 comments · Fixed by #3171
Closed

Add VpnGw*AZ SKU to the Virtual Network Gateway #2383

nmkleiberg opened this issue Nov 26, 2018 · 2 comments · Fixed by #3171

Comments

@nmkleiberg
Copy link

nmkleiberg commented Nov 26, 2018

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

At the moment it is not possible to use the VpnGw1AZ option. This is needed for an customer, can this be added to the default configuration?

New or Affected Resource(s)

  • azurerm_virtual_network_gateway

Potential Terraform Configuration

resource "azurerm_virtual_network_gateway" "VNGTest" {
  name                      = "VirtualNetworkGateway"
  location                  = "${var.resource_location}"
  resource_group_name       = "${var.resource_group_name}"
  tags                      = "${var.tags}"

  type                      = "Vpn"
  vpn_type                  = "RouteBased"

  active_active             = true
  enable_bgp                = false
  sku                       = "VpnGw1AZ"

  ip_configuration {
    name                          = "VirtualGatewayIP01"
    public_ip_address_id          = "${azurerm_public_ip.PublicIpVpn.id}"
    subnet_id                     = "****"
  }

References

  • #0000
@joranm
Copy link
Contributor

joranm commented Nov 27, 2018

Should be great if this new additional SKU can be added!

@ghost
Copy link

ghost commented May 6, 2019

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. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks!

@ghost ghost locked and limited conversation to collaborators May 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants