Skip to content

Commit 6faa404

Browse files
authored
Remove non-breaking spaces and update comments
1 parent f5dd77d commit 6faa404

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

AKS-Arc/create-clusters-terraform.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ az login
8888
}
8989
```
9090

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, please update the corresponding parameter and see [Enable Azure RBAC for Kubernetes Authorization](azure-rbac-23h2.md) for prerequisites.
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.
9292

9393
```terraform
9494
module "aks_arc" {
@@ -105,7 +105,7 @@ az login
105105
agent_pool_profiles = [{count=1}]
106106
ssh_public_key = "Your_SSH_Key"
107107
108-
# Optional parameters, please update them as needed
108+
# Optional parameters, update them as needed
109109
enable_azure_rbac = false
110110
enable_workload_identity = false
111111
enable_oidc_issuer = false
@@ -115,7 +115,7 @@ az login
115115

116116
## Initialize Terraform
117117

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:
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:
119119

120120
```terraform
121121
terraform init -upgrade

0 commit comments

Comments
 (0)