Skip to content

Commit c358562

Browse files
Jonas Gottliebrubenhoenle
authored andcommitted
fix: docs
1 parent fe8f124 commit c358562

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/data-sources/routing_table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ data "stackit_routing_table" "example" {
4141
- `created_at` (String) Date-time when the routing table was created
4242
- `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.
4343
- `description` (String) Description of the routing table.
44+
- `dynamic_routes` (Boolean) This controls whether dynamic routes are propagated to this routing table
4445
- `id` (String) Terraform's internal datasource ID. It is structured as "`organization_id`,`region`,`network_area_id`,`routing_table_id`".
4546
- `labels` (Map of String) Labels are key-value string pairs which can be attached to a resource container
4647
- `name` (String) The name of the routing table.
4748
- `system_routes` (Boolean) This controls whether the routes for project-to-project communication are created automatically or not.
48-
- `dynamic_routes` (Boolean) This controls whether dynamic routes are propagated to this routing table
4949
- `updated_at` (String) Date-time when the routing table was updated

docs/data-sources/routing_tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ Read-Only:
4747
- `created_at` (String) Date-time when the routing table was created
4848
- `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.
4949
- `description` (String) Description of the routing table.
50+
- `dynamic_routes` (Boolean) This controls whether dynamic routes are propagated to this routing table
5051
- `labels` (Map of String) Labels are key-value string pairs which can be attached to a resource container
5152
- `name` (String) The name of the routing table.
5253
- `routing_table_id` (String) The routing tables ID.
5354
- `system_routes` (Boolean) This controls whether the routes for project-to-project communication are created automatically or not.
54-
- `dynamic_routes` (Boolean) This controls whether dynamic routes are propagated to this routing table
5555
- `updated_at` (String) Date-time when the routing table was updated

docs/resources/routing_table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ import {
4444
### Optional
4545

4646
- `description` (String) Description of the routing table.
47+
- `dynamic_routes` (Boolean) This controls whether dynamic routes are propagated to this routing table
4748
- `labels` (Map of String) Labels are key-value string pairs which can be attached to a resource container
4849
- `region` (String) The resource region. If not defined, the provider region is used.
4950
- `system_routes` (Boolean) This controls whether the routes for project-to-project communication are created automatically or not.
50-
- `dynamic_routes` (Boolean) This controls whether dynamic routes are propagated to this routing table
5151

5252
### Read-Only
5353

0 commit comments

Comments
 (0)