Skip to content

Commit 7c11dd2

Browse files
committed
Fixed indentation
1 parent 234cf87 commit 7c11dd2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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_test/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_test/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_test/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_test/quickstart/101-aks-cluster-windows/outputs.tf":::
5555

5656
## Initialize Terraform
5757

0 commit comments

Comments
 (0)