Skip to content

Commit 571614c

Browse files
committed
fix lint
1 parent 1a1c64a commit 571614c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/migration_guide_vpcgw_v2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Instead, you remove the legacy DHCP reservation resource and switch to using IPA
137137
type = "ipv4"
138138
}
139139
```
140-
140+
141141
You can now use data.scaleway_ipam_ip.existing.id in your configuration to reference the reserved IP.
142142

143143
2. **Book New IPs Using the IPAM IP Resource**
@@ -155,7 +155,7 @@ Instead, you remove the legacy DHCP reservation resource and switch to using IPA
155155
3. **Attach the Reserved IP to Your Resources**
156156

157157
Once you have your IP—whether retrieved via the datasource or booked as a new resource—you can attach it to your server’s private NIC:
158-
158+
159159
```hcl
160160
resource "scaleway_instance_private_nic" "pnic01" {
161161
private_network_id = scaleway_vpc_private_network.main.id

0 commit comments

Comments
 (0)