Skip to content

Commit 63f62f5

Browse files
fix(sna, docs): add hint that existing network things are SNA not VPC (#1560)
1 parent 20af216 commit 63f62f5

24 files changed

Lines changed: 62 additions & 12 deletions

docs/data-sources/network_area.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@ page_title: "stackit_network_area Data Source - stackit"
44
subcategory: ""
55
description: |-
66
Network area datasource schema. Must have a region specified in the provider configuration.
7+
This datasource is for SNA, not VPC, networks.
78
---
89

910
# stackit_network_area (Data Source)
1011

1112
Network area datasource schema. Must have a `region` specified in the provider configuration.
1213

14+
This datasource is for SNA, not VPC, networks.
15+
1316
## Example Usage
1417

1518
```terraform

docs/data-sources/network_area_region.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@ page_title: "stackit_network_area_region Data Source - stackit"
44
subcategory: ""
55
description: |-
66
Network area region data source schema.
7+
This datasource is for SNA, not VPC, based networks.
78
---
89

910
# stackit_network_area_region (Data Source)
1011

1112
Network area region data source schema.
1213

14+
This datasource is for SNA, not VPC, based networks.
15+
1316
## Example Usage
1417

1518
```terraform

docs/data-sources/network_area_route.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@ page_title: "stackit_network_area_route Data Source - stackit"
44
subcategory: ""
55
description: |-
66
Network area route data resource schema. Must have a region specified in the provider configuration.
7+
This datasource is for SNA, not VPC, networks.
78
---
89

910
# stackit_network_area_route (Data Source)
1011

1112
Network area route data resource schema. Must have a `region` specified in the provider configuration.
1213

14+
This datasource is for SNA, not VPC, networks.
15+
1316
## Example Usage
1417

1518
```terraform

docs/data-sources/routing_table.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,16 @@ page_title: "stackit_routing_table Data Source - stackit"
44
subcategory: ""
55
description: |-
66
Routing table datasource schema. Must have a region specified in the provider configuration.
7+
This datasource is for SNA, not VPC, based networks.
78
~> This datasource is part of the routing-tables experiment and is likely going to undergo significant changes or be removed in the future. Use it at your own discretion.
89
---
910

1011
# stackit_routing_table (Data Source)
1112

1213
Routing table datasource schema. Must have a `region` specified in the provider configuration.
1314

15+
This datasource is for SNA, not VPC, based networks.
16+
1417
~> This datasource is part of the routing-tables experiment and is likely going to undergo significant changes or be removed in the future. Use it at your own discretion.
1518

1619
## Example Usage

docs/data-sources/routing_table_route.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,16 @@ page_title: "stackit_routing_table_route Data Source - stackit"
44
subcategory: ""
55
description: |-
66
Routing table route datasource schema. Must have a region specified in the provider configuration.
7+
This datasource is for SNA, not VPC, networks.
78
~> This datasource is part of the routing-tables experiment and is likely going to undergo significant changes or be removed in the future. Use it at your own discretion.
89
---
910

1011
# stackit_routing_table_route (Data Source)
1112

1213
Routing table route datasource schema. Must have a `region` specified in the provider configuration.
1314

15+
This datasource is for SNA, not VPC, networks.
16+
1417
~> This datasource is part of the routing-tables experiment and is likely going to undergo significant changes or be removed in the future. Use it at your own discretion.
1518

1619
## Example Usage

docs/data-sources/routing_table_routes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,16 @@ page_title: "stackit_routing_table_routes Data Source - stackit"
44
subcategory: ""
55
description: |-
66
Routing table routes datasource schema. Must have a region specified in the provider configuration.
7+
This datasource is for SNA, not VPC, based networks.
78
~> This datasource is part of the routing-tables experiment and is likely going to undergo significant changes or be removed in the future. Use it at your own discretion.
89
---
910

1011
# stackit_routing_table_routes (Data Source)
1112

1213
Routing table routes datasource schema. Must have a `region` specified in the provider configuration.
1314

15+
This datasource is for SNA, not VPC, based networks.
16+
1417
~> This datasource is part of the routing-tables experiment and is likely going to undergo significant changes or be removed in the future. Use it at your own discretion.
1518

1619
## Example Usage

docs/data-sources/routing_tables.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,16 @@ page_title: "stackit_routing_tables Data Source - stackit"
44
subcategory: ""
55
description: |-
66
Routing table datasource schema. Must have a region specified in the provider configuration.
7+
This datasource is for SNA, not VPC, based networks.
78
~> This datasource is part of the routing-tables experiment and is likely going to undergo significant changes or be removed in the future. Use it at your own discretion.
89
---
910

1011
# stackit_routing_tables (Data Source)
1112

1213
Routing table datasource schema. Must have a `region` specified in the provider configuration.
1314

15+
This datasource is for SNA, not VPC, based networks.
16+
1417
~> This datasource is part of the routing-tables experiment and is likely going to undergo significant changes or be removed in the future. Use it at your own discretion.
1518

1619
## Example Usage

docs/resources/network_area.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ page_title: "stackit_network_area Resource - stackit"
44
subcategory: ""
55
description: |-
66
Network area resource schema.
7+
8+
This resource is for SNA, not VPC, networks.
79
---
810

911
# stackit_network_area (Resource)
1012

1113
Network area resource schema.
1214

15+
This resource is for SNA, not VPC, networks.
16+
1317
## Example Usage
1418

1519
```terraform

docs/resources/network_area_region.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@ page_title: "stackit_network_area_region Resource - stackit"
44
subcategory: ""
55
description: |-
66
Network area region resource schema.
7+
This resource is for SNA, not VPC, based networks.
78
---
89

910
# stackit_network_area_region (Resource)
1011

1112
Network area region resource schema.
1213

14+
This resource is for SNA, not VPC, based networks.
15+
1316
## Example Usage
1417

1518
```terraform

docs/resources/network_area_route.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ page_title: "stackit_network_area_route Resource - stackit"
44
subcategory: ""
55
description: |-
66
Network area route resource schema. Must have a `region` specified in the provider configuration.
7+
8+
This resource is for SNA, not VPC, based networks.
79
---
810

911
# stackit_network_area_route (Resource)
1012

1113
Network area route resource schema. Must have a `region` specified in the provider configuration.
1214

15+
This resource is for SNA, not VPC, based networks.
16+
1317
## Example Usage
1418

1519
```terraform

0 commit comments

Comments
 (0)