Skip to content

Commit

Permalink
doc: Add misisng remote type for OVN
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Feb 10, 2025
1 parent e8524b9 commit 68efa64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/resources/network_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ resource "incus_network_peer" "this" {
name = "ovn-peer"
network = incus_network.default.name
target_integration = incus_network_integration.this.name
type = "remote"
}
```

Expand Down

0 comments on commit 68efa64

Please sign in to comment.