Skip to content

Commit 3cc3832

Browse files
committed
reordered includes
1 parent 5400143 commit 3cc3832

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/storage/common/storage-account-create.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -523,18 +523,18 @@ The sample code for this article is located in the [Azure Terraform GitHub repo]
523523
524524
1. Create a directory in which to test and run the sample Terraform code, and make it the current directory.
525525
526-
1. Create a file named `main.tf`, and insert the following code:
527-
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-storage-account/main.tf":::
528-
529-
1. Create a file named `outputs.tf`, and insert the following code:
530-
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-storage-account/outputs.tf":::
531-
532526
1. Create a file named `providers.tf`, and insert the following code:
533527
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-storage-account/providers.tf":::
534528
529+
1. Create a file named `main.tf`, and insert the following code:
530+
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-storage-account/main.tf":::
531+
535532
1. Create a file named `variables.tf`, and insert the following code:
536533
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-storage-account/variables.tf":::
537534
535+
1. Create a file named `outputs.tf`, and insert the following code:
536+
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-storage-account/outputs.tf":::
537+
538538
> [!IMPORTANT]
539539
> If you're using the 4.x azurerm provider, you must [explicitly specify the Azure subscription ID](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/guides/4.0-upgrade-guide#specifying-subscription-id-is-now-mandatory) to authenticate to Azure before running the Terraform commands.
540540
>

0 commit comments

Comments
 (0)