Skip to content

Commit 180bf6c

Browse files
paketeserranogithub-actions[bot]
authored andcommitted
chore(docs): update documentation for #878
1 parent 77e5467 commit 180bf6c

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

docs/resources/network.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ resource "upcloud_router" "example_router" {
5353

5454
### Read-Only
5555

56+
- `effective_routes` (Attributes Set) Effective routes applied to this network (read-only). (see [below for nested schema](#nestedatt--effective_routes))
5657
- `id` (String) UUID of the network.
5758
- `type` (String) The network type
5859

@@ -73,6 +74,10 @@ Optional Attributes:
7374
- `dhcp_routes_configuration` (Attributes) DHCP routes auto-population configuration. (see [below for nested schema](#nestedatt--ip_network--dhcp_routes_configuration))
7475
- `gateway` (String) Gateway address given by DHCP
7576

77+
Read-Only:
78+
79+
- `dhcp_effective_routes` (Attributes Set) Routes provided to DHCP clients in this subnet (read-only). (see [below for nested schema](#nestedatt--ip_network--dhcp_effective_routes))
80+
7681
<a id="nestedatt--ip_network--dhcp_routes_configuration"></a>
7782
### Nested Schema for `ip_network.dhcp_routes_configuration`
7883

@@ -90,6 +95,30 @@ Optional Attributes:
9095
- `filter_by_destination` (Set of String) CIDR destinations to include when auto-populating routes.
9196
- `filter_by_route_type` (Set of String) Include only routes of given types (service, user).
9297

98+
99+
100+
<a id="nestedatt--ip_network--dhcp_effective_routes"></a>
101+
### Nested Schema for `ip_network.dhcp_effective_routes`
102+
103+
Read-Only:
104+
105+
- `auto_populated` (Boolean) Whether the route was auto-populated by DHCP.
106+
- `nexthop` (String) Next hop address for this DHCP route.
107+
- `route` (String) Destination prefix (CIDR) of the DHCP route.
108+
109+
110+
111+
<a id="nestedatt--effective_routes"></a>
112+
### Nested Schema for `effective_routes`
113+
114+
Read-Only:
115+
116+
- `nexthop` (String) Next hop address for this route.
117+
- `route` (String) Destination CIDR of the route.
118+
- `source` (String) Origin of the route (e.g., static-route, router-connected-networks).
119+
- `source_resource_id` (String) UUID of the source resource that provided this route, if applicable.
120+
- `type` (String) Route type (service or user).
121+
93122
## Import
94123

95124
Import is supported using the following syntax:

0 commit comments

Comments
 (0)