Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TheodorWulff committed Feb 15, 2023
2 parents 982fc40 + d6b08bb commit a74cb20
Showing 1 changed file with 28 additions and 5 deletions.
33 changes: 28 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,54 @@ This module contains the policy definition to deploy a policy that configures th

It's very easy to use!
```hcl
provider "azurerm" {
features {}
}
module "dependencyAgentWindowsPolicy" {
source = "../../"
management_group_id = "/providers/Microsoft.Management/managementGroups/myManagementGroup"
}
```

## Requirements

No requirements.
| Name | Version |
|------|---------|
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | >= 3.7.0 |

## Inputs

No inputs.
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| <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

No outputs.

## Resource types

No resources.
| Type | Used |
|------|-------|
| [azurerm_management_group_policy_assignment](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/management_group_policy_assignment) | 1 |
| [azurerm_policy_definition](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/policy_definition) | 1 |
| [azurerm_role_assignment](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/role_assignment) | 1 |

**`Used` only includes resource blocks.** `for_each` and `count` meta arguments, as well as resource blocks of modules are not considered.

## Modules

No modules.

## Resources by Files

No resources.
### main.tf

| Name | Type |
|------|------|
| [azurerm_management_group_policy_assignment.windows_dependency_agent](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/management_group_policy_assignment) | resource |
| [azurerm_policy_definition.windows_dependency_agent](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/policy_definition) | resource |
| [azurerm_role_assignment.log_analytics_contributor](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/role_assignment) | resource |
<!-- END_TF_DOCS -->

## Contribute
Expand Down

0 comments on commit a74cb20

Please sign in to comment.