Terraform module which creates azure kubernetes resources used by workloads and accelerators.
0
stars
1
forks
source link
[REQUEST] -Add ability to add optional parameter 'drain_timeout_in_minutes' and 'storage_profile' #87
Closed
renuka-sharma closed 1 month ago
Is there an existing issue for this?
Description
I am moving existing AKS cluster for fysiologic to CN module, i need those option parameter to move the cluster.
` # module.aks.azurerm_kubernetes_cluster.aks must be replaced
(moved from module.Infrastructure.module.aks.azurerm_kubernetes_cluster.aks)
-/+ resource "azurerm_kubernetes_cluster" "aks" {
`
Potential Terraform Configuration
No response
References
No response