Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in output variable #534

Closed
1 task done
mbaykara opened this issue Apr 12, 2024 · 1 comment
Closed
1 task done

Typo in output variable #534

mbaykara opened this issue Apr 12, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@mbaykara
Copy link
Contributor

mbaykara commented Apr 12, 2024

Is there an existing issue for this?

  • I have searched the existing issues

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

output.tf

tfvars variables values

aks_name

Debug Output/Panic Output

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.

Actual Behaviour

No response

Steps to Reproduce

No response

Important Factoids

No response

References

output "aks_name" {

@mbaykara mbaykara added the bug Something isn't working label Apr 12, 2024
@mbaykara
Copy link
Contributor Author

#537

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

2 participants