diff --git a/README.md b/README.md
index 8cf6d67..f903bad 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,7 @@ provider "azurerm" {
module "dependencyAgentWindowsPolicy" {
source = "../../"
management_group_id = "/providers/Microsoft.Management/managementGroups/myManagementGroup"
+ location = "westeurope"
}
```
@@ -31,6 +32,7 @@ module "dependencyAgentWindowsPolicy" {
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
+| [location](#input\_location) | Location for the policy assignment. | `string` | n/a | yes |
| [management\_group\_id](#input\_management\_group\_id) | Management group on which to define and assign the policy. | `string` | n/a | yes |
## Outputs