Skip to content

Commit 147b4de

Browse files
feat(instance): add support for nl-ams-2 (#2337)
Co-authored-by: Rémy Léone <[email protected]>
1 parent b7f801a commit 147b4de

File tree

42 files changed

+120
-120
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+120
-120
lines changed

cmd/scw/testdata/test-all-usage-instance-image-create-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ARGS:
2323
[tags.{index}] The tags of the image
2424
[public] True to create a public image
2525
[organization-id] Organization ID to use. If none is passed the default organization ID will be used
26-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | fr-par-3 | nl-ams-1 | pl-waw-1)
26+
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | fr-par-3 | nl-ams-1 | nl-ams-2 | pl-waw-1)
2727

2828
DEPRECATED ARGS:
2929
[additional-snapshots.{index}.organization-id] Organization ID that own the additional snapshot

cmd/scw/testdata/test-all-usage-instance-image-delete-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ EXAMPLES:
1515
ARGS:
1616
image-id UUID of the image you want to delete
1717
[with-snapshots] Delete the snapshots attached to this image
18-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | fr-par-3 | nl-ams-1 | pl-waw-1)
18+
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | fr-par-3 | nl-ams-1 | nl-ams-2 | pl-waw-1)
1919

2020
FLAGS:
2121
-h, --help help for delete

cmd/scw/testdata/test-all-usage-instance-image-get-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ EXAMPLES:
1414

1515
ARGS:
1616
image-id UUID of the image you want to get
17-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | fr-par-3 | nl-ams-1 | pl-waw-1)
17+
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | fr-par-3 | nl-ams-1 | nl-ams-2 | pl-waw-1)
1818

1919
FLAGS:
2020
-h, --help help for get

cmd/scw/testdata/test-all-usage-instance-image-list-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ARGS:
1616
[project-id]
1717
[tags]
1818
[organization-id]
19-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | fr-par-3 | nl-ams-1 | pl-waw-1)
19+
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | fr-par-3 | nl-ams-1 | nl-ams-2 | pl-waw-1)
2020

2121
FLAGS:
2222
-h, --help help for list

cmd/scw/testdata/test-all-usage-instance-ip-create-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ARGS:
2020
[tags.{index}] The tags of the IP
2121
[server] UUID of the server you want to attach the IP to
2222
[organization-id] Organization ID to use. If none is passed the default organization ID will be used
23-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | fr-par-3 | nl-ams-1 | pl-waw-1)
23+
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | fr-par-3 | nl-ams-1 | nl-ams-2 | pl-waw-1)
2424

2525
FLAGS:
2626
-h, --help help for create

cmd/scw/testdata/test-all-usage-instance-ip-delete-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ EXAMPLES:
1717

1818
ARGS:
1919
ip The ID or the address of the IP to delete
20-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | fr-par-3 | nl-ams-1 | pl-waw-1)
20+
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | fr-par-3 | nl-ams-1 | nl-ams-2 | pl-waw-1)
2121

2222
FLAGS:
2323
-h, --help help for delete

cmd/scw/testdata/test-all-usage-instance-ip-get-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ EXAMPLES:
1717

1818
ARGS:
1919
ip The IP ID or address to get
20-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | fr-par-3 | nl-ams-1 | pl-waw-1)
20+
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | fr-par-3 | nl-ams-1 | nl-ams-2 | pl-waw-1)
2121

2222
FLAGS:
2323
-h, --help help for get

cmd/scw/testdata/test-all-usage-instance-ip-list-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ARGS:
1717
[project-id] The project ID the IPs are reserved in
1818
[tags.{index}] Filter IPs with these exact tags (to filter with several tags, use commas to separate them)
1919
[organization-id] The organization ID the IPs are reserved in
20-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | fr-par-3 | nl-ams-1 | pl-waw-1)
20+
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | fr-par-3 | nl-ams-1 | nl-ams-2 | pl-waw-1)
2121

2222
FLAGS:
2323
-h, --help help for list

cmd/scw/testdata/test-all-usage-instance-ip-update-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ARGS:
1919
ip IP ID or IP address
2020
[reverse] Reverse domain name
2121
[tags.{index}] An array of keywords you want to tag this IP with
22-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | fr-par-3 | nl-ams-1 | pl-waw-1)
22+
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | fr-par-3 | nl-ams-1 | nl-ams-2 | pl-waw-1)
2323

2424
FLAGS:
2525
-h, --help help for update

cmd/scw/testdata/test-all-usage-instance-placement-group-create-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ARGS:
3131
[policy-mode] The operating mode of the placement group (optional | enforced)
3232
[policy-type] The policy type of the placement group (max_availability | low_latency)
3333
[organization-id] Organization ID to use. If none is passed the default organization ID will be used
34-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | fr-par-3 | nl-ams-1 | pl-waw-1)
34+
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | fr-par-3 | nl-ams-1 | nl-ams-2 | pl-waw-1)
3535

3636
FLAGS:
3737
-h, --help help for create

0 commit comments

Comments
 (0)