Skip to content

Commit

Permalink
Merge pull request #1645 from jodiecunningham/jcunningham-appservices…
Browse files Browse the repository at this point in the history
…pe-1644

Updating tags to match private endpoint module
  • Loading branch information
arnaudlh authored Aug 3, 2023
2 parents c2ae15a + d95a4a4 commit 8203460
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/webapps/appservice/private_endpoint.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ module "private_endpoint" {
subnet_id = can(each.value.subnet_id) ? each.value.subnet_id : var.vnets[try(each.value.lz_key, var.client_config.landingzone_key)][each.value.vnet_key].subnets[each.value.subnet_key].id
settings = each.value
global_settings = var.global_settings
base_tags = var.global_settings.inherit_tags
tags = local.tags
base_tags = var.base_tags
private_dns = var.private_dns
client_config = var.client_config
}

0 comments on commit 8203460

Please sign in to comment.