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
Copy file name to clipboardExpand all lines: AKS-Arc/create-clusters-terraform.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,11 +70,11 @@ az login
70
70
required_providers {
71
71
azapi = {
72
72
source = "azure/azapi"
73
-
version = "~> 1.13"
73
+
version = "~> 2.0"
74
74
}
75
75
azurerm = {
76
76
source = "hashicorp/azurerm"
77
-
version = "~> 3.74"
77
+
version = "~> 4.0"
78
78
}
79
79
}
80
80
}
@@ -88,13 +88,13 @@ az login
88
88
}
89
89
```
90
90
91
-
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.
91
+
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-23h2.md) for prerequisites.
Run[`terraform init`](https://www.terraform.io/docs/commands/init.html)to initialize the Terraform deployment. Make sure to use the `-upgrade` flag to upgrade the necessary provider plugins to the latest version:
118
+
Run[`terraform init`](https://www.terraform.io/docs/commands/init.html)to initialize the Terraform deployment. Make sure to use the `-upgrade` flag to upgrade the necessary provider plugins to the latest version:
0 commit comments