You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/data-sources/routing_table.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,7 @@ data "stackit_routing_table" "example" {
41
41
-`created_at` (String) Date-time when the routing table was created
42
42
-`default` (Boolean) When true this is the default routing table for this network area. It can't be deleted and is used if the user does not specify it otherwise.
43
43
-`description` (String) Description of the routing table.
44
+
-`dynamic_routes` (Boolean) This controls whether dynamic routes are propagated to this routing table
44
45
-`id` (String) Terraform's internal datasource ID. It is structured as "`organization_id`,`region`,`network_area_id`,`routing_table_id`".
45
46
-`labels` (Map of String) Labels are key-value string pairs which can be attached to a resource container
Copy file name to clipboardExpand all lines: docs/data-sources/routing_tables.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,7 @@ Read-Only:
47
47
-`created_at` (String) Date-time when the routing table was created
48
48
-`default` (Boolean) When true this is the default routing table for this network area. It can't be deleted and is used if the user does not specify it otherwise.
49
49
-`description` (String) Description of the routing table.
50
+
-`dynamic_routes` (Boolean) This controls whether dynamic routes are propagated to this routing table
50
51
-`labels` (Map of String) Labels are key-value string pairs which can be attached to a resource container
51
52
-`name` (String) The name of the routing table.
52
53
-`routing_table_id` (String) The routing tables ID.
0 commit comments