Skip to content

Commit

Permalink
docs: add parameters overview
Browse files Browse the repository at this point in the history
  • Loading branch information
hknutsen committed Dec 9, 2024
1 parent 400f60f commit 8afba13
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,14 @@ 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` | `[]` |

## References

- [Store Terraform state in Azure Storage](https://learn.microsoft.com/en-us/azure/developer/terraform/store-state-in-azure-storage?tabs=azure-cli)
Expand Down

0 comments on commit 8afba13

Please sign in to comment.