Skip to content

Commit

Permalink
fixed dns prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
ekfastlane committed Feb 23, 2021
1 parent d043f29 commit 2147b72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform-azure/coordinator.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ resource "azurerm_virtual_machine_scale_set" "coordinator" {
]

public_ip_address_configuration {
domain_name_label = "presto-${var.presto_cluster}-coordinator"
domain_name_label = "presto-${var.presto_cluster}-coordinator-vm"
idle_timeout = 4
name = "presto-${var.presto_cluster}-coordinator"
name = "presto-${var.presto_cluster}-coordinator-vm"
}
}
}
Expand Down

0 comments on commit 2147b72

Please sign in to comment.