add reloader to reload wireguard upon config change
This commit is contained in:
parent
e2270586a7
commit
ca931d8fa1
4 changed files with 22 additions and 0 deletions
|
|
@ -157,6 +157,10 @@ module "privatebin" {
|
|||
# tls_secret_name = var.tls_secret_name
|
||||
# }
|
||||
|
||||
module "reloader" {
|
||||
source = "./reloader"
|
||||
}
|
||||
|
||||
module "webhook_handler" {
|
||||
source = "./webhook_handler"
|
||||
tls_secret_name = var.tls_secret_name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue