This commit is contained in:
Alex
2025-08-26 05:50:37 +00:00
parent bf5c5a998e
commit a63dfeebaa
6 changed files with 69 additions and 36 deletions

View File

@@ -1,13 +1,14 @@
terraform {
required_providers {
podman = {
source = "project0/podman"
docker = {
source = "kreuzwerker/docker"
version = "3.6.2"
}
}
}
provider "podman" {
uri = "unix:///run/podman/podman.sock"
provider "docker" {
host = "unix:///run/podman/podman.sock"
}
module "syslog" {