Skip to content

Commit

Permalink
terraform-docs: automated action
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 15, 2023
1 parent a74cb20 commit 773dc62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ provider "azurerm" {
module "dependencyAgentWindowsPolicy" {
source = "../../"
management_group_id = "/providers/Microsoft.Management/managementGroups/myManagementGroup"
location = "westeurope"
}
```

Expand All @@ -31,6 +32,7 @@ module "dependencyAgentWindowsPolicy" {

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| <a name="input_location"></a> [location](#input\_location) | Location for the policy assignment. | `string` | n/a | yes |
| <a name="input_management_group_id"></a> [management\_group\_id](#input\_management\_group\_id) | Management group on which to define and assign the policy. | `string` | n/a | yes |
## Outputs

Expand Down

0 comments on commit 773dc62

Please sign in to comment.