update
This commit is contained in:
16
terraform/main.tf
Normal file
16
terraform/main.tf
Normal file
@@ -0,0 +1,16 @@
|
||||
terraform {
|
||||
required_providers {
|
||||
podman = {
|
||||
source = "containers/podman"
|
||||
version = "0.0.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
provider "podman" {
|
||||
uri = "unix:///run/podman/podman.sock"
|
||||
}
|
||||
|
||||
module "syslog" {
|
||||
source = "./modules/syslog"
|
||||
}
|
||||
Reference in New Issue
Block a user