Skip to content

Commit

Permalink
Merge pull request #7 from fjdev/fix/tag-distribution
Browse files Browse the repository at this point in the history
Update tags for point-to-site VPN gateway resource
  • Loading branch information
fjdev authored Jul 16, 2024
2 parents 7e45a48 + 01200dd commit 0e514fc
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 0e514fc

Please sign in to comment.