From 773dc62d24978c094aad39d3b15305469ce79ffb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 15 Feb 2023 14:27:38 +0000 Subject: [PATCH] terraform-docs: automated action --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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