Skip to content

This module contains the policy definition to deploy a policy that configures the dependency agent on windows machines with the inclusion of 2022 SKUs.

License

Notifications You must be signed in to change notification settings

qbeyond/terraform-azurerm-policy-deploy-dependency-agent-windows

Repository files navigation

Module

GitHub tag License


This module contains the policy definition to deploy a policy that configures the dependency agent on windows machines with the inclusion of 2022 SKUs.

Usage

It's very easy to use!

provider "azurerm" {
  features {}
}

module "dependencyAgentWindowsPolicy" {
  source                      = "../../"
  management_group_id = "/providers/Microsoft.Management/managementGroups/myManagementGroup"
  location = "westeurope"
}

Requirements

Name Version
azurerm >= 3.7.0

Inputs

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

Outputs

No outputs.

Resource types

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.

Modules

No modules.

Resources by Files

main.tf

Name Type
azurerm_management_group_policy_assignment.windows_dependency_agent resource
azurerm_policy_definition.windows_dependency_agent resource
azurerm_role_assignment.log_analytics_contributor resource

Contribute

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.

About

This module contains the policy definition to deploy a policy that configures the dependency agent on windows machines with the inclusion of 2022 SKUs.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages