You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -131,7 +131,7 @@ After putting your Public Gateway in IPAM mode, you no longer manage DHCP reserv
131
131
Instead, you remove the legacy DHCP reservation resource and switch to using IPAM to manage your IPs.
132
132
133
133
1. **Retrieve an Existing IP with the IPAM Datasource**
134
-
If you have already reserved an IP (for example, via your legacy configuration), even after deleting the DHCP reservation resource the IP is still available. You can reference it using the `scaleway_ipam_ip` datasource. For instance:
134
+
If you have already reserved an IP (for example, via your legacy configuration), even after deleting the DHCP reservation resource the IP is still available. You can retrieve it using the `scaleway_ipam_ip` datasource. For instance:
135
135
136
136
```hcl
137
137
data "scaleway_ipam_ip" "existing" {
@@ -147,9 +147,9 @@ Instead, you remove the legacy DHCP reservation resource and switch to using IPA
0 commit comments