From ff3ece2b62d98a5c6d3d9fe76c22b87238b18418 Mon Sep 17 00:00:00 2001 From: Yacine FODIL Date: Fri, 30 May 2025 09:55:13 +0200 Subject: [PATCH] docs(flexible-ip): fix ip id field name --- docs/data-sources/flexible_ip.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/data-sources/flexible_ip.md b/docs/data-sources/flexible_ip.md index c65e037138..89673a0b5a 100644 --- a/docs/data-sources/flexible_ip.md +++ b/docs/data-sources/flexible_ip.md @@ -26,8 +26,8 @@ data "scaleway_flexible_ip" "my_ip" { - `ip_address` - (Optional) The IP address. Only one of `ip_address` and `ip_id` should be specified. -- `ip_id` - (Optional) The IP ID. - Only one of `ip_address` and `ip_id` should be specified. +- `flexible_ip_id` - (Optional) The IP ID. + Only one of `ip_address` and `flexible_ip_id` should be specified. ## Attributes Reference