Data Source: azurerm_traffic_manager_profile

Use this data source to access information about an existing Traffic Manager Profile.

Example Usage

data "azurerm_traffic_manager_profile" "example" {
  name                = "test"
  resource_group_name = "test"
}

output "traffic_routing_method" {
  value = data.azurerm_traffic_manager_profile.example.traffic_routing_method
}

Argument Reference

Attributes Reference

The dns_config block provides:

The monitor_config block provides:

A custom_header block supports the following:

Timeouts

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