parent
460c18c202
commit
53a3697850
124 changed files with 8342 additions and 6042 deletions
|
|
@ -29,16 +29,16 @@ data "stackit_network_area" "example" {
|
|||
|
||||
### 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.
|
||||
- `default_nameservers` (List of String, Deprecated) List of DNS Servers/Nameservers.
|
||||
- `default_prefix_length` (Number, Deprecated) The default prefix length for networks in the network area.
|
||||
- `id` (String) Terraform's internal resource ID. It is structured as "`organization_id`,`network_area_id`".
|
||||
- `labels` (Map of String) Labels are key-value string pairs which can be attached to a resource container
|
||||
- `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.
|
||||
- `max_prefix_length` (Number, Deprecated) The maximal prefix length for networks in the network area.
|
||||
- `min_prefix_length` (Number, Deprecated) The minimal prefix length for networks in the network area.
|
||||
- `name` (String) The name of the network area.
|
||||
- `network_ranges` (Attributes List) List of Network ranges. (see [below for nested schema](#nestedatt--network_ranges))
|
||||
- `network_ranges` (Attributes List, Deprecated) List of Network ranges. (see [below for nested schema](#nestedatt--network_ranges))
|
||||
- `project_count` (Number) The amount of projects currently referencing this area.
|
||||
- `transfer_network` (String) Classless Inter-Domain Routing (CIDR).
|
||||
- `transfer_network` (String, Deprecated) Classless Inter-Domain Routing (CIDR).
|
||||
|
||||
<a id="nestedatt--network_ranges"></a>
|
||||
### Nested Schema for `network_ranges`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue