--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "stackit_network_area_region Data Source - stackit" subcategory: "" description: |- Network area region data source schema. --- # stackit_network_area_region (Data Source) Network area region data source schema. ## Example Usage ```terraform data "stackit_network_area_region" "example" { organization_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" network_area_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" } ``` ## Schema ### Required - `network_area_id` (String) The network area ID. - `organization_id` (String) STACKIT organization ID to which the network area is associated. ### Optional - `region` (String) The resource region. If not defined, the provider region is used. ### Read-Only - `id` (String) Terraform's internal resource ID. It is structured as "`organization_id`,`network_area_id`,`region`". - `ipv4` (Attributes) The regional IPv4 config of a network area. (see [below for nested schema](#nestedatt--ipv4)) ### Nested Schema for `ipv4` Read-Only: - `default_nameservers` (List of String) List of DNS Servers/Nameservers. - `default_prefix_length` (Number) The default prefix length for networks in the network area. - `max_prefix_length` (Number) The maximal prefix length for networks in the network area. - `min_prefix_length` (Number) The minimal prefix length for networks in the network area. - `network_ranges` (Attributes List) List of Network ranges. (see [below for nested schema](#nestedatt--ipv4--network_ranges)) - `transfer_network` (String) IPv4 Classless Inter-Domain Routing (CIDR). ### Nested Schema for `ipv4.network_ranges` Read-Only: - `network_range_id` (String) - `prefix` (String) Classless Inter-Domain Routing (CIDR).