Skip to content

Commit c28fc2d

Browse files
committed
Fixed links
1 parent aa327be commit c28fc2d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/traffic-manager/quickstart-create-traffic-manager-profile-terraform.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,19 @@ In this article, you learn how to:
4343

4444
1. Create a file named `providers.tf` and insert the following code:
4545

46-
[!code-terraform[master](~/terraform_samples/quickstart/../terraform/quickstart/101-traffic-manager-external-endpoint/providers.tf)]
46+
[!code-terraform[master](~/terraform_samples/quickstart/101-traffic-manager-external-endpoint/providers.tf)]
4747

4848
1. Create a file named `main.tf` and insert the following code:
4949

50-
[!code-terraform[master](~/terraform_samples/quickstart/../terraform/quickstart/101-traffic-manager-external-endpoint/main.tf)]
50+
[!code-terraform[master](~/terraform_samples/quickstart/101-traffic-manager-external-endpoint/main.tf)]
5151

5252
1. Create a file named `variables.tf` and insert the following code:
5353

54-
[!code-terraform[master](~/terraform_samples/quickstart/../terraform/quickstart/101-traffic-manager-external-endpoint/variables.tf)]
54+
[!code-terraform[master](~/terraform_samples/quickstart/101-traffic-manager-external-endpoint/variables.tf)]
5555

5656
1. Create a file named `outputs.tf` and insert the following code:
5757

58-
[!code-terraform[master](~/terraform_samples/quickstart/../terraform/quickstart/101-traffic-manager-external-endpoint/outputs.tf)]
58+
[!code-terraform[master](~/terraform_samples/quickstart/101-traffic-manager-external-endpoint/outputs.tf)]
5959

6060
## Initialize Terraform
6161

0 commit comments

Comments
 (0)