parent
460c18c202
commit
53a3697850
124 changed files with 8342 additions and 6042 deletions
57
docs/data-sources/network_area_region.md
Normal file
57
docs/data-sources/network_area_region.md
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
---
|
||||
# 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 generated by tfplugindocs -->
|
||||
## 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))
|
||||
|
||||
<a id="nestedatt--ipv4"></a>
|
||||
### 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).
|
||||
|
||||
<a id="nestedatt--ipv4--network_ranges"></a>
|
||||
### Nested Schema for `ipv4.network_ranges`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `network_range_id` (String)
|
||||
- `prefix` (String) Classless Inter-Domain Routing (CIDR).
|
||||
Loading…
Add table
Add a link
Reference in a new issue