Skip to content

security/lighthouse_definition

Overview

This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.

Dependency diagram (Mermaid)

graph TD azurerm_lighthouse_assignment.resourcegroupassignment["azurerm_lighthouse_assignment.resourcegroupassignment"] azurerm_lighthouse_assignment.subscriptionassignment["azurerm_lighthouse_assignment.subscriptionassignment"] azurerm_lighthouse_definition.definition["azurerm_lighthouse_definition.definition"] data.azurerm_role_definition.role["data.azurerm_role_definition.role"] azurerm_lighthouse_assignment.resourcegroupassignment --> azurerm_lighthouse_definition.definition azurerm_lighthouse_assignment.subscriptionassignment --> azurerm_lighthouse_definition.definition azurerm_lighthouse_definition.definition --> data.azurerm_role_definition.role

Module Reference

Category: security
Path: modules/security/lighthouse_definition
Azure Resources: azurerm_lighthouse_assignment, azurerm_lighthouse_definition

Inputs

Name Description Type Required Default Validation
client_config Client configuration object (see module README.md). any yes - -
settings The settings for the Azure resource. any yes - -
resources any yes - -

Outputs

Name Description Sensitive Value
id - azurerm_lighthouse_definition.definition.id

Sources

  • modules/security/lighthouse_definition/assignment.tf
  • modules/security/lighthouse_definition/definition.tf
  • modules/security/lighthouse_definition/outputs.tf
  • modules/security/lighthouse_definition/variables.tf