Skip to content

Commit

Permalink
fix count
Browse files Browse the repository at this point in the history
  • Loading branch information
raubitsj committed Aug 22, 2024
1 parent e0b8df8 commit ac992cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/networking/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ resource "azurerm_private_dns_zone" "clickhouse_cloud_private_link_zone" {

data "azurerm_network_interface" "clickhouse_nic" {
resource_group_name = var.resource_group_name
name = azurerm_private_endpoint.clickhouse.network_interface[0].name
name = azurerm_private_endpoint.clickhouse[0].network_interface[0].name
}

resource "azurerm_private_dns_a_record" "clickhouse_wildcard" {
Expand Down

0 comments on commit ac992cc

Please sign in to comment.