Skip to content

Commit ff3ece2

Browse files
yfodilGnoale
authored andcommitted
docs(flexible-ip): fix ip id field name
1 parent a58bbfc commit ff3ece2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/data-sources/flexible_ip.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ data "scaleway_flexible_ip" "my_ip" {
2626
- `ip_address` - (Optional) The IP address.
2727
Only one of `ip_address` and `ip_id` should be specified.
2828

29-
- `ip_id` - (Optional) The IP ID.
30-
Only one of `ip_address` and `ip_id` should be specified.
29+
- `flexible_ip_id` - (Optional) The IP ID.
30+
Only one of `ip_address` and `flexible_ip_id` should be specified.
3131

3232
## Attributes Reference
3333

0 commit comments

Comments
 (0)