From 07f60fb0b961a507a02b6676be42d602818fe483 Mon Sep 17 00:00:00 2001 From: Luca Prete Date: Mon, 3 Apr 2023 16:37:46 +0200 Subject: [PATCH] Fix vtysh (#1300) Co-authored-by: Luca Prete --- modules/cloud-config-container/simple-nva/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cloud-config-container/simple-nva/main.tf b/modules/cloud-config-container/simple-nva/main.tf index b5ed8997..0f3de9a0 100644 --- a/modules/cloud-config-container/simple-nva/main.tf +++ b/modules/cloud-config-container/simple-nva/main.tf @@ -48,7 +48,7 @@ locals { } "/etc/frr/vtysh.conf" = { # content can either be the path to the config file or the config string - content = file("${path.module}/files/frr/daemons") + content = file("${path.module}/files/frr/vtysh.conf") owner = "root" permissions = "0644" }