Skip to content

Commit

Permalink
Merge pull request aztfmod#2043 from sschne/upstream/b/inconsistent-t…
Browse files Browse the repository at this point in the history
…ypes-webpubsub-private-dns

fix: inconsistent types in conditional
  • Loading branch information
arnaudlh authored Jul 31, 2024
2 parents 909377e + f0f5d47 commit 1bff9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/messaging/web_pubsub/private_endpoint.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module "private_endpoint" {
global_settings = var.global_settings
location = local.location
name = each.value.name
private_dns = can(each.value.private_dns) ? var.remote_objects.private_dns : {}
private_dns = var.remote_objects.private_dns
resource_groups = var.remote_objects.resource_groups
resource_id = azurerm_web_pubsub.wps.id
settings = each.value
Expand Down

0 comments on commit 1bff9aa

Please sign in to comment.