fixed node pool name len
This commit is contained in:
parent
bee854b03b
commit
7c29b17ca6
@ -17,10 +17,10 @@ resource "random_pet" "azurerm_kubernetes_cluster_dns_prefix" {
|
||||
}
|
||||
|
||||
resource "random_string" "azurerm_kubernetes_cluster_node_pool" {
|
||||
length = 12
|
||||
length = 6
|
||||
special = false
|
||||
numeric = false
|
||||
lower = true
|
||||
lower = true
|
||||
upper = false
|
||||
}
|
||||
|
||||
|
@ -25,11 +25,11 @@ variable "node_count_windows" {
|
||||
variable "admin_username" {
|
||||
type = string
|
||||
description = "The admin username for the Windows node pool."
|
||||
default = "azureuser"
|
||||
default = "azureuser"
|
||||
}
|
||||
|
||||
variable "admin_password" {
|
||||
type = string
|
||||
description = "The admin password for the Windows node pool."
|
||||
default = "Passw0rd1234Us!"
|
||||
default = "Passw0rd1234Us!"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user