-
Notifications
You must be signed in to change notification settings - Fork 500
Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Description
Creating a Windows node pool requires the windows_profile variable to be set in azurerm_kubernetes_cluster
This is currently not exposed in the module
New or Affected Resource(s)/Data Source(s)
azurerm_kubernetes_cluster
Potential Terraform Configuration
module "aks" {
source = "Azure/aks/azurerm"
version = "11.0.0"
[...]
windows_profile = {
admin_username = local.admin_username
admin_password = local.admin_password
}
}References
No response
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Todo