Skip to content

Commit 2908de7

Browse files
authored
docs: add pl-waw-1 in region/zone guide (#671)
1 parent a13293a commit 2908de7

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

docs/guides/regions_and_zones.md

+10-5
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,19 @@ description: |-
88

99
Scaleway's products are deployed across multiple datacenter in the world.
1010

11-
For technical and legal reasons, some products are splitted by Region or by Availability Zones. When using such product, you can choose the location that better fits your need (country, latency, ...).
11+
For technical and legal reasons, some products are splitted by Region or by Availability Zones.
12+
When using such product, you can choose the location that better fits your need (country, latency, ...).
1213

1314
## Regions
1415

15-
A Region is represented as a Geographical area such as France (Paris: `fr-par`) or the Netherlands (Amsterdam: `nl-ams`). It can contain multiple Availability Zones.
16+
A Region is represented as a Geographical area such as France (Paris: `fr-par`) or the Netherlands (Amsterdam: `nl-ams`).
17+
It can contain multiple Availability Zones.
1618

1719

1820
## Zones
1921

20-
In order to deploy highly available application, a region can be splitted in many Availability Zones (AZ). Latency between multiple AZ of the same region are low as they have a common network layer.
22+
In order to deploy highly available application, a region can be splitted in many Availability Zones (AZ).
23+
Latency between multiple AZ of the same region are low as they have a common network layer.
2124

2225
List of availability zones by regions:
2326

@@ -26,12 +29,14 @@ List of availability zones by regions:
2629
- `fr-par-2`
2730
- The Netherlands - Amsterdam (`nl-ams`)
2831
- `nl-ams-1`
32+
- Poland - Warsaw (`pl-waw`)
33+
- `pl-waw-1`
2934

3035
## Resource IDs
3136

3237
To save this notion of regions and zones in the state, all the Terraform IDs of Scaleway contain the region or zone.
33-
This is saved in the following format: `{zone|region}/{resource_id}`. Where `zone` or `region` is the place where the resource is created and where `resource_id` is the ID that is used on Scaleway's console/API.
34-
38+
This is saved in the following format: `{zone|region}/{resource_id}`.
39+
Where `zone` or `region` is the place where the resource is created and where `resource_id` is the ID that is used on Scaleway's console/API.
3540

3641
---
3742

0 commit comments

Comments
 (0)