Skip to content

Commit

Permalink
Use consistent resources naming btw Azure Flatcar/FCOS
Browse files Browse the repository at this point in the history
* Fix Azure Public IP name in the Flatcar Linux configuration
  • Loading branch information
dghubble committed Nov 24, 2024
1 parent a908d30 commit dfb307b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure/flatcar-linux/kubernetes/lb.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ resource "azurerm_public_ip" "frontend-ipv4" {

# Static IPv6 address for the load balancer
resource "azurerm_public_ip" "frontend-ipv6" {
name = "${var.cluster_name}-ingress-ipv6"
name = "${var.cluster_name}-frontend-ipv6"
resource_group_name = azurerm_resource_group.cluster.name
location = var.location
ip_version = "IPv6"
Expand Down

0 comments on commit dfb307b

Please sign in to comment.