Data Source: azurerm_ip_groups

Use this data source to access information about existing IP Groups.

Example Usage

data "azurerm_ip_groups" "example" {
  name                = "existing"
  resource_group_name = "existing"
}

output "ids" {
  value = data.azurerm_ip_groups.example.ids
}

Arguments Reference

The following arguments are supported:

Attributes Reference

In addition to the Arguments listed above - the following Attributes are exported:

Timeouts

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