Skip to content

Commit becded9

Browse files
HJ HangHJ Hang
authored andcommitted
update TF doc
1 parent 4679fd9 commit becded9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AKS-Arc/create-clusters-terraform.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,15 @@ az login
8989
}
9090
```
9191

92-
1. Create another file named **main.tf** that points to the latest AKS Arc AVM module, and insert the following code. You can read the description and input of the module and add optional parameters as needed. To find the admin group object ID, see [Enable Microsoft Entra authentication for Kubernetes clusters](enable-authentication-microsoft-entra-id.md). You can [follow this guidance](https://github.com/Azure/Edge-infrastructure-quickstart-template/blob/main/doc/AKS-Arc-Admin-Groups.md) to find it in your Azure environment. To enable Azure RBAC, update the corresponding parameter and see [Enable Azure RBAC for Kubernetes Authorization](azure-rbac-local.md) for prerequisites.
92+
1. Create another file named **main.tf** that points to the latest AKS Arc AVM module, and insert the following code. You can read the comments in the the module and edit parameters as needed. Please make sure all the values are correctly entered to avoid failures during cluster creation. To find the admin group object ID, see [Enable Microsoft Entra authentication for Kubernetes clusters](enable-authentication-microsoft-entra-id.md). You can [follow this guidance](https://github.com/Azure/Edge-infrastructure-quickstart-template/blob/main/doc/AKS-Arc-Admin-Groups.md) to find it in your Azure environment. To enable Azure RBAC, update the corresponding parameter and see [Enable Azure RBAC for Kubernetes Authorization](azure-rbac-local.md) for prerequisites.
9393

9494
```terraform
9595
module "aks_arc" {
9696
# Make sure to use the latest AVM module version
9797
source = "Azure/avm-res-hybridcontainerservice-provisionedclusterinstance/azurerm"
9898
version = "~>2.0"
9999
100-
# Make sure to provide all required parameters
100+
# Make sure to provide all required parameters, e.g., location= = "eastus"
101101
resource_group_id = "<Resource_Group>"
102102
location = "<Region>"
103103
name = "<Cluster_Name>"

0 commit comments

Comments
 (0)