Refactor AIDE configuration and add exclusion paths

This commit is contained in:
2024-10-05 21:19:51 +02:00
parent 9c02c2b839
commit 90852bb9a6
13 changed files with 47 additions and 22 deletions
+3
View File
@@ -44,6 +44,9 @@ locals {
# notification
scaleway_smtp_host = "smtp.tem.scw.cloud"
scaleway_smtp_port = 587
# storage
persistent_folder = "/mnt/microk8s_persistent"
}
data "scaleway_account_project" "default" {