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: explicitly set fallback values for ssh key and admin password #72

Closed dkooll closed 3 months ago

dkooll commented 3 months ago

Description

This bug fix enables the generation of SSH keys or passwords directly from the module, as well as from the keyvault module, without errors. I added some documentation regarding the different authentication use cases for clarity as well.

PR Checklist

Changes to existing Resource / Data Source

This is a (please select all that apply):

Related Issue(s)

Fixes #71