Co-authored-by: Luca Prete <lucaprete@google.com>
This commit is contained in:
Luca Prete 2023-04-03 16:37:46 +02:00 committed by GitHub
parent bc2d9372aa
commit 07f60fb0b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}