Data Source: azurerm_proximity_placement_group

Use this data source to access information about an existing Proximity Placement Group.

Example Usage

data "azurerm_proximity_placement_group" "example" {
  name                = "tf-appsecuritygroup"
  resource_group_name = "my-resource-group"
}

output "proximity_placement_group_id" {
  value = data.azurerm_proximity_placement_group.example.id
}

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: