Skip to content

Commit a812852

Browse files
committed
add cli command
1 parent b564201 commit a812852

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/guides/migration_guide_vpcgw_v2.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ Note:
1515
Trigger the move from Legacy mode to IPAM mode by setting the `move_to_ipam` flag on your Public Gateway resource.
1616
You can do this via the Terraform configuration or by using the Scaleway CLI/Console.
1717

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+
1826
## Prerequisites
1927

2028
### Ensure the Latest Provider Version

0 commit comments

Comments
 (0)