add reloader to reload wireguard upon config change

This commit is contained in:
viktorbarzin 2021-03-17 21:02:53 +00:00
parent e2270586a7
commit ca931d8fa1
No known key found for this signature in database
GPG key ID: 0EB088298288D958
4 changed files with 22 additions and 0 deletions

View file

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