This module contains the policy definition to deploy a policy that configures the dependency agent on windows machines with the inclusion of 2022 SKUs.
It's very easy to use!
provider "azurerm" {
features {}
}
module "dependencyAgentWindowsPolicy" {
source = "../../"
management_group_id = "/providers/Microsoft.Management/managementGroups/myManagementGroup"
location = "westeurope"
}
Name | Version |
---|---|
azurerm | >= 3.7.0 |
Name | Description | Type | Default | Required |
---|---|---|---|---|
location | Location for the policy assignment. | string |
n/a | yes |
management_group_id | Management group on which to define and assign the policy. | string |
n/a | yes |
No outputs.
Type | Used |
---|---|
azurerm_management_group_policy_assignment | 1 |
azurerm_policy_definition | 1 |
azurerm_role_assignment | 1 |
Used
only includes resource blocks. for_each
and count
meta arguments, as well as resource blocks of modules are not considered.
No modules.
Please use Pull requests to contribute.
When a new Feature or Fix is ready to be released, create a new Github release and adhere to Semantic Versioning 2.0.0.