Skip to content

Commit 36946af

Browse files
committed
indentation2
1 parent 6885708 commit 36946af

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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)