sassoftware / viya4-iac-azure

This project contains Terraform configuration files to provision infrastructure components required to deploy SAS Viya platform products on Microsoft Azure Cloud.
Apache License 2.0
72 stars 88 forks source link

Added option to specify the name of node_resource_group #390

Open simon-z22 opened 2 months ago

simon-z22 commented 2 months ago

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.