Skip to content

Commit 01d8145

Browse files
authored
docs: fix typos in lb_ip documentation (#1237)
1 parent fa90a79 commit 01d8145

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/data-sources/lb_ip.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ data "scaleway_lb_ip" "my_ip" {
2727
The following arguments are supported:
2828

2929
- `ip_address` - (Optional) The IP address.
30-
Only one of `ip_address` and `lb_id` should be specified.
30+
Only one of `ip_address` and `ip_id` should be specified.
3131

3232
- `ip_id` - (Optional) The IP ID.
3333
Only one of `ip_address` and `ip_id` should be specified.
@@ -40,6 +40,6 @@ In addition to all above arguments, the following attributes are exported:
4040

4141
- `reverse` - The reverse domain associated with this IP.
4242

43-
- `lb_id` - The associated load-balance ID if any
43+
- `lb_id` - The associated load-balancer ID if any
4444

4545
- `organization_id` - (Defaults to [provider](../index.md#organization_id) `organization_id`) The ID of the organization the LB IP is associated with.

0 commit comments

Comments
 (0)