We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b564201 commit a812852Copy full SHA for a812852
docs/guides/migration_guide_vpcgw_v2.md
@@ -15,6 +15,14 @@ Note:
15
Trigger the move from Legacy mode to IPAM mode by setting the `move_to_ipam` flag on your Public Gateway resource.
16
You can do this via the Terraform configuration or by using the Scaleway CLI/Console.
17
18
+Using the CLI:
19
+Ensure you have at least version v2.38.0 of the Scaleway CLI installed. Then run:
20
+
21
+```bash
22
+scw vpc-gw gateway move-to-ipam 'id-of-the-public-gateway'
23
+```
24
25
26
## Prerequisites
27
28
### Ensure the Latest Provider Version
0 commit comments