Skip to content

Commit f14efb2

Browse files
authored
Merge pull request #222 from stgraber/main
docs/instance: Fix typo in interface name
2 parents 857f0b3 + 973da0e commit f14efb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ resource "incus_instance" "instance1" {
197197
198198
wait_for {
199199
type = "ipv6"
200-
type = "etho"
200+
type = "eth0"
201201
}
202202
}
203203
```

0 commit comments

Comments
 (0)