Skip to content

Commit 2bf6b7b

Browse files
HJ HangHJ Hang
authored andcommitted
Update TF Doc
1 parent 5a7ec88 commit 2bf6b7b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

AKS-Arc/create-clusters-terraform.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ az login
6262
## Implement the Terraform code
6363

6464
1. Create a directory you can use to test the sample Terraform code, and make it your current directory.
65-
1. In the same directory, create a file named **providers.tf** and paste the following code:
65+
1. In the same directory, create a file named **providers.tf** and paste the following code and replace with your subscription ID.
6666

6767
```terraform
6868
terraform {
@@ -79,7 +79,8 @@ az login
7979
}
8080
}
8181
82-
provider "azurerm" {
82+
provider "azurerm" {
83+
subscription_id = "<Subscription_ID>"
8384
features {
8485
resource_group {
8586
prevent_deletion_if_contains_resources = false

0 commit comments

Comments
 (0)