Data Source: azurerm_eventgrid_domain

Use this data source to access information about an existing EventGrid Domain

Example Usage

data "azurerm_eventgrid_domain" "example" {
  name                = "my-eventgrid-domain"
  resource_group_name = "example-resources"
}

output "eventgrid_domain_mapping_topic" {
  value = data.azurerm_eventgrid_domain.example.input_mapping_fields[0].topic
}

Arguments Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:


A input_mapping_fields supports the following:


A input_mapping_default_values supports the following:


A inbound_ip_rule block supports the following:


An identity block exports the following:

Timeouts

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