Skip to content

Commit ebdb77b

Browse files
doc(ip): fixed typo in example (#521)
1 parent 3a70a32 commit ebdb77b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/d/lb_ip_beta.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ data "scaleway_lb_ip_beta" "my_ip" {
1818
}
1919
2020
# Get info by IP ID
21-
data "scaleway_lb_ip_beta" "my_up" {
21+
data "scaleway_lb_ip_beta" "my_ip" {
2222
ip_id = "11111111-1111-1111-1111-111111111111"
2323
}
2424
```

0 commit comments

Comments
 (0)