Skip to content

automation/automation_schedule

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_schedule["azurecaf_name.automation_schedule"] azurerm_automation_schedule.automation_schedule["azurerm_automation_schedule.automation_schedule"] azurerm_automation_schedule.automation_schedule --> azurecaf_name.automation_schedule

Module Reference

Category: automation
Path: modules/automation/automation_schedule
Azure Resources: azurecaf_name, azurerm_automation_schedule

Inputs

Name Description Type Required Default Validation
"resource_group_name" "(Required) The name of the resource group where to create the resource." string yes - -
"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 - -
"client_config" "Client configuration object (see module README.md)." any yes - -

Outputs

Name Description Sensitive Value
"id" "The Automation Account Schedule ID." - azurerm_automation_schedule.automation_schedule.id

Sources

  • modules/automation/automation_schedule/main.tf
  • modules/automation/automation_schedule/module.tf
  • modules/automation/automation_schedule/outputs.tf
  • modules/automation/automation_schedule/variables.tf