terraform/quickstart/101-azure-automation
github-actions[bot] 4509b7454a Update TestRecord 2024-11-24 03:21:22 +00:00
..
README.md
TestRecord.md Update TestRecord 2024-11-24 03:21:22 +00:00
main.tf fixed msi 2024-11-21 11:53:18 -08:00
outputs.tf
providers.tf
variables.tf

README.md

Azure Automation Account

This template deploys an Azure Automation Account.

Terraform resource types

Variables

Name Description Default value
resource_group_name_prefix Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription. rg
resource_group_location Location of the resource group. eastus
automation_account_name Name of the Automation Account resource. The value will be randomly generated if blank. ""

Example