[Variables] deploy_management_resources - sblair01/terraform-azurerm-caf-enterprise-scale GitHub Wiki

Overview

deploy_management_resources bool (optional)

If set to true, will enable the "Management" landing zone settings and add "Management" resources into the current Subscription context.

Default value

false

Validation

None

Usage

Simply add the deploy_management_resources input variable to the module block, and set the value to either true or false.

deploy_management_resources = true

Setting this value to true will update the input parameters on a number of related Policy Assignments. To ensure the correct values are generated, be careful to ensure you provide the correct value for subscription_id_management. In a standard deployment, this will be the same as the Subscription ID from the current context.

The resources deployed by this module and their corresponding configuration settings also depend on which options are selected in the configure_management_resources input variable.