Skip to content

Commit 6885708

Browse files
committed
indentation
1 parent 0eaa19b commit 6885708

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

articles/batch/quick-deploy-batch-account-two-pools-start-task-terraform.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'Deploy an Azure Batch account and two pools with a start task - Terraform'
33
description: In this article, you deploy an Azure Batch account and two pools with a start task using Terraform.
44
ms.topic: quickstart
5-
ms.date: 10/23/2024
5+
ms.date: 10/24/2024
66
ms.custom: devx-track-terraform
77
ms.service: azure-batch
88
author: Padmalathas
@@ -49,16 +49,16 @@ In this quickstart, you create an Azure Batch account, an Azure Storage account,
4949
1. Create a directory in which to test and run the sample Terraform code, and make it the current directory.
5050

5151
1. Create a file named `main.tf`, and insert the following code:
52-
:::code language="Terraform" source="~/terraform_samples/quickstart/101-batch-pools-with-start-task/main.tf":::
52+
:::code language="Terraform" source="~/terraform_samples/quickstart/101-batch-pools-with-start-task/main.tf":::
5353

5454
1. Create a file named `outputs.tf`, and insert the following code:
55-
:::code language="Terraform" source="~/terraform_samples/quickstart/101-batch-pools-with-start-task/outputs.tf":::
55+
:::code language="Terraform" source="~/terraform_samples/quickstart/101-batch-pools-with-start-task/outputs.tf":::
5656

5757
1. Create a file named `providers.tf`, and insert the following code:
58-
:::code language="Terraform" source="~/terraform_samples/quickstart/101-batch-pools-with-start-task/providers.tf":::
58+
:::code language="Terraform" source="~/terraform_samples/quickstart/101-batch-pools-with-start-task/providers.tf":::
5959

6060
1. Create a file named `variables.tf`, and insert the following code:
61-
:::code language="Terraform" source="~/terraform_samples/quickstart/101-batch-pools-with-start-task/variables.tf":::
61+
:::code language="Terraform" source="~/terraform_samples/quickstart/101-batch-pools-with-start-task/variables.tf":::
6262

6363
## Initialize Terraform
6464

articles/batch/quick-deploy-batch-account-two-pools-terraform.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'Deploy an Azure Batch account and two pools - Terraform'
33
description: In this article, you deploy an Azure Batch account and two pools using Terraform.
44
ms.topic: quickstart
5-
ms.date: 10/23/2024
5+
ms.date: 10/24/2024
66
ms.custom: devx-track-terraform
77
ms.service: azure-batch
88
author: Padmalathas
@@ -49,16 +49,16 @@ In this quickstart, you create an Azure Batch account, an Azure Storage account,
4949
1. Create a directory in which to test and run the sample Terraform code, and make it the current directory.
5050

5151
1. Create a file named `main.tf`, and insert the following code:
52-
:::code language="Terraform" source="~/terraform_samples/quickstart/101-batch-pools-with-job/main.tf":::
52+
:::code language="Terraform" source="~/terraform_samples/quickstart/101-batch-pools-with-job/main.tf":::
5353

5454
1. Create a file named `outputs.tf`, and insert the following code:
55-
:::code language="Terraform" source="~/terraform_samples/quickstart/101-batch-pools-with-job/outputs.tf":::
55+
:::code language="Terraform" source="~/terraform_samples/quickstart/101-batch-pools-with-job/outputs.tf":::
5656

5757
1. Create a file named `providers.tf`, and insert the following code:
58-
:::code language="Terraform" source="~/terraform_samples/quickstart/101-batch-pools-with-job/providers.tf":::
58+
:::code language="Terraform" source="~/terraform_samples/quickstart/101-batch-pools-with-job/providers.tf":::
5959

6060
1. Create a file named `variables.tf`, and insert the following code:
61-
:::code language="Terraform" source="~/terraform_samples/quickstart/101-batch-pools-with-job/variables.tf":::
61+
:::code language="Terraform" source="~/terraform_samples/quickstart/101-batch-pools-with-job/variables.tf":::
6262

6363
## Initialize Terraform
6464

0 commit comments

Comments
 (0)