You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
output "aks_name" {
description = "The `aurerm_kubernetes-cluster`'s name."#azurerm and `-` should be `_`
value = azurerm_kubernetes_cluster.main.name
}
Expected Behaviour
To maintain consistency between input and output variables, I would suggest renaming the output variable from aks_name to cluster_name. If there are specific reasons for using a different output name than the variable's name, I would appreciate hearing them.
Is there an existing issue for this?
Greenfield/Brownfield provisioning
greenfield
Terraform Version
v1.8.0
Module Version
8.0.0
AzureRM Provider Version
3.93.0
Affected Resource(s)/Data Source(s)
azurerm_kubernetes
Terraform Configuration Files
tfvars variables values
Debug Output/Panic Output
Expected Behaviour
To maintain consistency between input and output variables, I would suggest renaming the output variable from
aks_name
tocluster_name
. If there are specific reasons for using a different output name than the variable's name, I would appreciate hearing them.Actual Behaviour
No response
Steps to Reproduce
No response
Important Factoids
No response
References
output "aks_name" {
The text was updated successfully, but these errors were encountered: