Skip to content

automation/automation_runbook

Overview

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

Dependency diagram (Mermaid)

graph TD azurecaf_name.automation_runbook["azurecaf_name.automation_runbook"] azurerm_automation_runbook.automation_runbook["azurerm_automation_runbook.automation_runbook"]

Module Reference

Category: automation
Path: modules/automation/automation_runbook
Azure Resources: azurecaf_name, azurerm_automation_runbook

Inputs

Name Description Type Required Default Validation
automation_account_name any yes - -
settings Configuration object for the Automation account schedule. any yes - -
global_settings Global settings object (see module README.md) any yes - -
location (Optional) Resource Location any no - -
resource_group_name Resource group object to deploy the Azure resource string no - -
resource_group Resource group object to deploy the Azure resource any yes - -
base_tags Enable tags inheritence. bool yes - -
client_config Client configuration object (see module README.md). any yes - -

Outputs

Name Description Sensitive Value
id The Automation Account Runbook ID. - azurerm_automation_runbook.automation_runbook.id

Sources

  • modules/automation/automation_runbook/locals.tf
  • modules/automation/automation_runbook/main.tf
  • modules/automation/automation_runbook/module.tf
  • modules/automation/automation_runbook/outputs.tf
  • modules/automation/automation_runbook/variables.tf