Skip to content

Commit

Permalink
Update tags for point-to-site VPN gateway resource
Browse files Browse the repository at this point in the history
  • Loading branch information
fjdev committed Jul 16, 2024
1 parent bb01ecd commit 01200dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ resource "azurerm_point_to_site_vpn_gateway" "p2svpng" {
vpn_server_configuration_id = var.vpn_server_configuration_id
dns_servers = var.dns_servers
routing_preference_internet_enabled = var.routing_preference_internet_enabled
tags = try(var.tags.point_to_site_vpn_gateway, null)
tags = var.deploy_resource_group ? try(var.tags.point_to_site_vpn_gateway, null) : var.tags
}

0 comments on commit 01200dd

Please sign in to comment.