CloudNationHQ / terraform-azure-aks

Terraform module which creates azure kubernetes resources used by workloads and accelerators.
https://library.tf/modules/CloudNationHQ/aks/azure/latest
MIT License
0 stars 1 forks source link

fix: fix validation error when deploying windows cluster with azure network plugin #74

Closed dkooll closed 2 months ago

dkooll commented 2 months ago

Description

Fixed validation error for Windows clusters by adjusting the validation condition to ensure that the network_plugin is set to azure when the profile is windows. Updated the validation logic in the cluster variable to enforce this constraint.

PR Checklist

Changes to existing Resource / Data Source

This is a (please select all that apply):

Related Issue(s)

Fixes #73