Use this data source to access information about an existing Proximity Placement Group.
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
}
The following arguments are supported:
name
- The name of the Proximity Placement Group.
resource_group_name
- The name of the resource group in which the Proximity Placement Group exists.
The following attributes are exported:
id
- The ID of the Proximity Placement Group.The timeouts
block allows you to specify timeouts for certain actions:
read
- (Defaults to 5 minutes) Used when retrieving the Proximity Placement Group.