Fixes
This commit is contained in:
parent
e442bda05b
commit
15a19838ad
@ -28,7 +28,7 @@ resource "azurerm_kubernetes_cluster" "aks_cluster" {
|
|||||||
|
|
||||||
network_profile {
|
network_profile {
|
||||||
network_plugin = "azure"
|
network_plugin = "azure"
|
||||||
load_balancer_sku = "Standard"
|
load_balancer_sku = "standard"
|
||||||
}
|
}
|
||||||
|
|
||||||
identity {
|
identity {
|
||||||
|
@ -3,5 +3,5 @@ output "resource_group_name" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
output "aks_cluster_name" {
|
output "aks_cluster_name" {
|
||||||
value = azurerm_kubernetes_cluster.aks.name
|
value = azurerm_kubernetes_cluster.aks_cluster.name
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user