mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-01-08 15:19:32 +01:00
Use consistent resources naming btw Azure Flatcar/FCOS
* Fix Azure Public IP name in the Flatcar Linux configuration
This commit is contained in:
parent
a908d30821
commit
dfb307b1a7
@ -34,7 +34,7 @@ resource "azurerm_public_ip" "frontend-ipv4" {
|
|||||||
|
|
||||||
# Static IPv6 address for the load balancer
|
# Static IPv6 address for the load balancer
|
||||||
resource "azurerm_public_ip" "frontend-ipv6" {
|
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
|
resource_group_name = azurerm_resource_group.cluster.name
|
||||||
location = var.location
|
location = var.location
|
||||||
ip_version = "IPv6"
|
ip_version = "IPv6"
|
||||||
|
Loading…
Reference in New Issue
Block a user