Skip to content

Commit d0c17c1

Browse files
committed
changed dir
1 parent fb52a60 commit d0c17c1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/load-balancer/quickstart-load-balancer-standard-internal-terraform.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,21 +39,21 @@ This quickstart shows you how to deploy a standard internal load balancer and tw
3939

4040
## Implement the Terraform code
4141

42-
The sample code for this article is located in the [Azure Terraform GitHub repo](https://github.com/Azure/terraform/tree/master/quickstart/101-azure-load-balancer-public). You can view the log file containing the [test results from current and previous versions of Terraform](https://github.com/Azure/terraform/tree/master/quickstart/101-azure-load-balancer-public/TestRecord.md). See more [articles and sample code showing how to use Terraform to manage Azure resources](/azure/terraform)
42+
The sample code for this article is located in the [Azure Terraform GitHub repo](https://github.com/Azure/terraform/tree/master/quickstart/101-azure-load-balancer-internal). You can view the log file containing the [test results from current and previous versions of Terraform](https://github.com/Azure/terraform/tree/master/quickstart/101-azure-load-balancer-internal/TestRecord.md). See more [articles and sample code showing how to use Terraform to manage Azure resources](/azure/terraform)
4343

4444
1. Create a directory in which to test and run the sample Terraform code, and make it the current directory.
4545

4646
1. Create a file named `providers.tf` and insert the following code.
47-
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-load-balancer-public/providers.tf":::
47+
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-load-balancer-internal/providers.tf":::
4848

4949
1. Create a file named `main.tf` and insert the following code.
50-
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-load-balancer-public/main.tf":::
50+
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-load-balancer-internal/main.tf":::
5151

5252
1. Create a file named `variables.tf` and insert the following code.
53-
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-load-balancer-public/variables.tf":::
53+
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-load-balancer-internal/variables.tf":::
5454

5555
1. Create a file named `outputs.tf` and insert the following code.
56-
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-load-balancer-public/outputs.tf":::
56+
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-load-balancer-internal/outputs.tf":::
5757

5858
> [!IMPORTANT]
5959
> If you're using the 4.x azurerm provider, you must [explicitly specify the Azure subscription ID](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/guides/4.0-upgrade-guide#specifying-subscription-id-is-now-mandatory) to authenticate to Azure before running the Terraform commands.

0 commit comments

Comments
 (0)