Skip to content

Commit 8d85ae1

Browse files
authored
docs/instance: Fix wrong arg in wait_for example
Signed-off-by: positiveEV <[email protected]>
1 parent 4454efc commit 8d85ae1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/resources/instance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,12 +192,12 @@ resource "incus_instance" "instance1" {
192192
193193
wait_for {
194194
type = "ipv4"
195-
type = "eth0"
195+
nic = "eth0"
196196
}
197197
198198
wait_for {
199199
type = "ipv6"
200-
type = "eth0"
200+
nic = "eth0"
201201
}
202202
}
203203
```

0 commit comments

Comments
 (0)