Data Source: azurerm_ip_group

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

Example Usage

data "azurerm_ip_group" "example" {
  name                = "example1-ipgroup"
  resource_group_name = "example-rg"
}

output "cidrs" {
  value = data.azurerm_ip_group.example.cidrs
}

Argument Reference

Attributes Reference

Timeouts

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