Skip to content

Commit 2adb62a

Browse files
committed
indentation
1 parent 0731f77 commit 2adb62a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/storage-actions/storage-tasks/storage-task-quickstart-terraform.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,16 @@ In this how-to article, you'll learn how to create a storage task using Terrafor
5252
1. Create a directory in which to test and run the sample Terraform code, and make it the current directory.
5353

5454
1. Create a file named `providers.tf` and insert the following code.
55-
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-storage-actions-create-storage-task/providers.tf":::
55+
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-storage-actions-create-storage-task/providers.tf":::
5656

5757
1. Create a file named `main.tf` and insert the following code.
58-
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-storage-actions-create-storage-task/main.tf":::
58+
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-storage-actions-create-storage-task/main.tf":::
5959

6060
1. Create a file named `variables.tf` and insert the following code.
61-
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-storage-actions-create-storage-task/variables.tf":::
61+
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-storage-actions-create-storage-task/variables.tf":::
6262

6363
1. Create a file named `outputs.tf` and insert the following code.
64-
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-storage-actions-create-storage-task/outputs.tf":::
64+
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-storage-actions-create-storage-task/outputs.tf":::
6565

6666
## Initialize Terraform
6767

0 commit comments

Comments
 (0)