Skip to content

Commit d6eaaa1

Browse files
Update quick-create-terraform.md
replacing incorrect TF code directories ------- cc: @ericd-mst-github
1 parent 25577e0 commit d6eaaa1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-machines/windows/quick-create-terraform.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,19 +52,19 @@ In this article, you learn how to:
5252

5353
1. Create a file named `providers.tf` and insert the following code:
5454

55-
[!code-terraform[master](~/terraform_samples/quickstart/101-vm-with-infrastructure/providers.tf)]
55+
[!code-terraform[master](~/terraform_samples/quickstart/101-windows-vm-with-iis-server/providers.tf)]
5656

5757
1. Create a file named `main.tf` and insert the following code:
5858

59-
[!code-terraform[master](~/terraform_samples/quickstart/101-vm-with-infrastructure/main.tf)]
59+
[!code-terraform[master](~/terraform_samples/quickstart/101-windows-vm-with-iis-server/main.tf)]
6060

6161
1. Create a file named `variables.tf` and insert the following code:
6262

6363
[!code-terraform[master](~/terraform_samples/quickstart/101-windows-vm-with-iis-server/variables.tf)]
6464

6565
1. Create a file named `outputs.tf` and insert the following code:
6666

67-
[!code-terraform[master](~/terraform_samples/quickstart/101-vm-with-infrastructure/outputs.tf)]
67+
[!code-terraform[master](~/terraform_samples/quickstart/101-windows-vm-with-iis-server/outputs.tf)]
6868

6969
## Initialize Terraform
7070

0 commit comments

Comments
 (0)