diff --git a/README.md b/README.md index d5c7251..81cb2c9 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,21 @@ Azure Resource Manager (ARM) template that creates an Azure Storage account to s terraform init ``` +## Parameters + +| Name | Description | Type | Default | +| - | - | - | - | +| `storageAccountName` | The name of the storage account to create. | `string` | | +| `ipRules` | An array of IP addresses or ranges that should be granted access to the storage account. If empty, all IP addresses and ranges will be granted access to the storage account. | `array` | `[]` | +| `principalIds` | An array of object IDs for user, group or service principals that should be granted access to the storage account. | `array` | `[]` | + +## Outputs + +| Name | Description | Type | +| - | - | - | +| `storageAccountName` | The name of the storage account that was created. | `string` | +| `containerName` | The name of the storage container that was created. | `string` | + ## References - [Store Terraform state in Azure Storage](https://learn.microsoft.com/en-us/azure/developer/terraform/store-state-in-azure-storage?tabs=azure-cli) diff --git a/azuredeploy.json b/azuredeploy.json index 44bf665..80b2734 100644 --- a/azuredeploy.json +++ b/azuredeploy.json @@ -4,8 +4,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.31.92.45157", - "templateHash": "17216029301364810951" + "version": "0.32.4.45862", + "templateHash": "6435624962667709005" } }, "parameters": {