Skip to content

Support for Windows node pools #713

@nunomcb

Description

@nunomcb

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

https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/kubernetes_cluster#admin_username-2

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions