is this needed?
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
terraform {
|
||||||
|
required_providers {
|
||||||
|
podman = {
|
||||||
|
source = "project0/podman"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
resource "podman_container" "syslog_ng" {
|
resource "podman_container" "syslog_ng" {
|
||||||
name = "syslog-ng"
|
name = "syslog-ng"
|
||||||
image = "lscr.io/linuxserver/syslog-ng:latest"
|
image = "lscr.io/linuxserver/syslog-ng:latest"
|
||||||
@@ -6,7 +14,7 @@ resource "podman_container" "syslog_ng" {
|
|||||||
# Environment variables
|
# Environment variables
|
||||||
env = {
|
env = {
|
||||||
PUID = "1000"
|
PUID = "1000"
|
||||||
PGID = "1000"
|
PGID = "1000"
|
||||||
TZ = "Etc/UTC"
|
TZ = "Etc/UTC"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user