caf-automation

aztfmod/caf-automation/azurerm

Terraform Module HCL AZURERM ✓ Verified ⏱ stale 3y 1mo

Azure Automation module for Cloud Adoption Framework for Azure landing zones

Install

module "caf-automation" {
source = "aztfmod/caf-automation/azurerm"
version = "1.0.0"
}
⭐ Source on GitHub 📦 Registry page

README

![Build status](https://dev.azure.com/azure-terraform/Blueprints/_build/latest?definitionId=0) Creates an Azure Automation Account Creates an Azure Automation Account Reference the module to a specific version (recommended): ``hcl module "automation" { source = "aztfmod/caf-automation/azurerm" version = "0.x.y" name = var.auto_account rg = var.rg location = var.location["region1"] tags = var.tags la_workspace_id = var.log_analytics_workspace.id diagnostics_map = var.diagnostics_map } `` Parameters | Name | Type | Default | Description | | -- | -- | -- | -- | | rg | string | None | Name of the resource group where to create the resource. Changing this forces a new resource to be created. | | location | string | None | Specifies the Azure location to deploy the resource. Changing this forces

Inputs (8)

NameTypeDescriptionDefault
locationstring(Required) Location for the automation acount required
tagsstring(Required) Tags for the automation account required
la_workspace_idstring(Required) Log Analytics Repository required
diagnostics_mapstring(Required) Map with the diagnostics settings. required
diagnostics_settingsstring(Required) Map with the diagnostics settings for ASR deployment required
conventionstring(Required) Naming convention method to use required
rgstring(Required) Resource group for automation account required
namestring(Required) Name for the automation account required

Outputs (3)

id — Output the object ID
name — Output the object name
object — Output the full object

Resources (1)

azurerm_automation_account

Details

FrameworkTerraform Module
LanguageHCL
Version1.0.0
Cloud AZURERM
★ Stars2
Forks10
Total downloads10.4k
Inputs8
Outputs3
Resources1
Examples1
LicenseMIT
Namespaceaztfmod
Updated