Data Source: azurerm_automation_variable_object

Use this data source to access information about an existing Automation Object Variable.

Example Usage

data "azurerm_automation_variable_object" "example" {
  name                    = "tfex-example-var"
  resource_group_name     = "tfex-example-rg"
  automation_account_name = "tfex-example-account"
}

output "variable" {
  value = jsondecode(data.azurerm_automation_variable_object.example.value)
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Timeouts

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