some new setup

This commit is contained in:
Alex
2025-09-02 07:25:44 +02:00
parent fdb5df5204
commit 9286c98073
14 changed files with 438 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
terraform {
required_providers {
docker = {
source = "kreuzwerker/docker"
version = "3.6.2"
}
}
}
provider "docker" {
host = "unix:///run/podman/podman.sock"
}
module "syslog" {
source = "./modules/syslog"
}