Skip to content

Data Source: azurermProximityPlacementGroup

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

Example Usage

import * as cdktf from "cdktf";
/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as azurerm from "./.gen/providers/azurerm";
/*The following providers are missing schema information and might need manual adjustments to synthesize correctly: azurerm.
For a more precise conversion please use the --provider flag in convert.*/
const dataAzurermProximityPlacementGroupExample =
  new azurerm.dataAzurermProximityPlacementGroup.DataAzurermProximityPlacementGroup(
    this,
    "example",
    {
      name: "tf-appsecuritygroup",
      resource_group_name: "my-resource-group",
    }
  );
new cdktf.TerraformOutput(this, "proximity_placement_group_id", {
  value: dataAzurermProximityPlacementGroupExample.id,
});

Argument Reference

The following arguments are supported:

  • name - The name of the Proximity Placement Group.

  • resourceGroupName - The name of the resource group in which the Proximity Placement Group exists.

Attributes Reference

The following attributes are exported:

  • id - The ID of the Proximity Placement Group.

Timeouts

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

  • read - (Defaults to 5 minutes) Used when retrieving the Proximity Placement Group.