Data Source: azurerm_automation_variables

Use this data source to get all variables in an Automation Account.

Example Usage

data "azurerm_automation_account" "example" {
  name                = "example-account"
  resource_group_name = "example-resources"
}

data "azurerm_automation_variables" "example" {
  automation_account_id = data.azurerm_automation_account.example.id
}

output "string_vars" {
  value = data.azurerm_automation_variable_string.example.string
}

Argument Reference

The following arguments are supported:

Attributes Reference

In addition to the argument listed above, the following attributes are exported:


A variable block exports the following attributes:

Timeouts

The timeouts block allows you to specify timeouts for certain actions: