Skip to content

Commit a3f39a2

Browse files
committed
Changed to 'main' branch
1 parent 7c11dd2 commit a3f39a2

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

.openpublishing.publish.config.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@
5656
"branch": "master",
5757
"branch_mapping": {}
5858
},
59-
{
60-
"path_to_root": "terraform_samples_test",
61-
"url": "https://github.com/TomArcherMsft/terraform",
62-
"branch": "UserStory275199",
63-
"branch_mapping": {}
64-
},
6559
{
6660
"path_to_root": "quickstart-templates",
6761
"url": "https://github.com/Azure/azure-quickstart-templates",

articles/aks/learn/quick-windows-container-deploy-terraform.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: In this quickstart, you create an Azure Kubernetes cluster with a d
44
ms.author: schaffererin
55
author: schaffererin
66
ms.topic: quickstart
7-
ms.date: 07/01/2024
7+
ms.date: 07/15/2024
88
ms.custom: devx-track-terraform
99
ms.service: azure-kubernetes-service
1010
content_well_notification:
@@ -42,16 +42,16 @@ In this quickstart, you create an Azure Kubernetes cluster with a Windows node p
4242
1. Create a directory in which to test and run the sample Terraform code and make it the current directory.
4343

4444
1. Create a file named `providers.tf` and insert the following code.
45-
:::code language="Terraform" source="~/terraform_samples_test/quickstart/101-aks-cluster-windows/providers.tf":::
45+
:::code language="Terraform" source="~/terraform_samples/quickstart/101-aks-cluster-windows/providers.tf":::
4646

4747
1. Create a file named `main.tf` and insert the following code.
48-
:::code language="Terraform" source="~/terraform_samples_test/quickstart/101-aks-cluster-windows/main.tf":::
48+
:::code language="Terraform" source="~/terraform_samples/quickstart/101-aks-cluster-windows/main.tf":::
4949

5050
1. Create a file named `variables.tf` and insert the following code.
51-
:::code language="Terraform" source="~/terraform_samples_test/quickstart/101-aks-cluster-windows/variables.tf":::
51+
:::code language="Terraform" source="~/terraform_samples/quickstart/101-aks-cluster-windows/variables.tf":::
5252

5353
1. Create a file named `outputs.tf` and insert the following code.
54-
:::code language="Terraform" source="~/terraform_samples_test/quickstart/101-aks-cluster-windows/outputs.tf":::
54+
:::code language="Terraform" source="~/terraform_samples/quickstart/101-aks-cluster-windows/outputs.tf":::
5555

5656
## Initialize Terraform
5757

0 commit comments

Comments
 (0)