You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`resource_group_name`| The name of the Azure Resource Group to associate the Storage Account and Blob Container with. | string |`"my-resource-group"`|
37
-
|`location`| The Azure region where the Resource Group will be created. | string |`"East US"`|
38
-
|`storage_account_name`| The name of the Azure Storage Account to create. | string |`"mystorageaccount"`|
39
-
|`account_tier`| The tier to use for the Storage Account (Standard or Premium). | string |`"Standard"`|
40
-
|`account_replication_type`| The replication type to use for the Storage Account (LRS, GRS, RAGRS, ZRS). | string |`"LRS"`|
41
-
|`container_name`| The name of the Blob Container to create. | string |`"mycontainer"`|
42
-
|`container_access_type`| The access type for the Blob Container (private, blob, container). | string |`"private"`|
43
-
|`subscription_id`| The Azure subscription ID to use for the AzureRM provider. | string |`"your-subscription-id"`|
44
-
|`tags`| A map of tags to assign to the resources. | map |`{ "env": "dev" }`|
35
+
|---|---|---|---|
36
+
|`resource_group_name`| The name of the Azure Resource Group to associate the Storage Account and Blob Container with. | string |`"my-resource-group"`|
37
+
|`location`| The Azure region where the Resource Group will be created. | string |`"East US"`|
38
+
|`storage_account_name`| The name of the Azure Storage Account to create. | string |`"mystorageaccount"`|
39
+
|`account_tier`| The tier to use for the Storage Account (Standard or Premium). | string |`"Standard"`|
40
+
|`account_replication_type`| The replication type to use for the Storage Account (LRS, GRS, RAGRS, ZRS). | string |`"LRS"`|
41
+
|`container_name`| The name of the Blob Container to create. | string |`"mycontainer"`|
42
+
|`container_access_type`| The access type for the Blob Container (private, blob, container). | string |`"private"`|
43
+
|`subscription_id`| The Azure subscription ID to use for the AzureRM provider. | string |`"your-subscription-id"`|
44
+
|`tags`| A map of tags to assign to the resources. | map |`{ "env": "dev" }`|
0 commit comments