Data Source: azurerm_web_pubsub_private_link_resource

Use this data source to access information about the Private Link Resource supported by the Web Pubsub Resource.

Example Usage

resource "azurerm_resource_group" "test" {
  name     = "terraform-webpubsub"
  location = "east us"
}

resource "azurerm_web_pubsub" "test" {
  name                = "tfex-webpubsub"
  location            = azurerm_resource_group.test.location
  resource_group_name = azurerm_resource_group.test.name
  sku                 = "Standard_S1"
  capacity            = 1
}

data "azurerm_web_pubsub_private_link_resource" "test" {
  web_pubsub_id = azurerm_web_pubsub.test.id
}

Argument Reference

Attributes Reference


A shared_private_link_resource_types block exports the following:

Timeouts

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