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

Added option to specify the name of node_resource_group #390

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

simon-z22
Copy link

Added option to specify the name of node_resource_group.

The default is set to be the the original format that starts with MC.

According https://learn.microsoft.com/en-us/azure/aks/faq#why-are-two-resource-groups-created-with-aks, the default name of node resource group is in a format of MC_myResourceGroup_myAKSCluster_eastus.

Introduced in https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/kubernetes_cluster, the optional argument node_resource_group allows user to specify the name of name of node_resource_group.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant