diff --git a/docs/resources/network_integration.md b/docs/resources/network_integration.md index ddb2c06..6a2d1cc 100644 --- a/docs/resources/network_integration.md +++ b/docs/resources/network_integration.md @@ -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" } ```