This commit is contained in:
Alex
2025-08-25 16:27:22 +02:00
parent ed1bf6f558
commit 902bc98598
8 changed files with 38 additions and 19 deletions

View File

@@ -0,0 +1 @@
FROM docker.io/hashicorp/terraform:1.13:1.13

6
terraform-podman/deploy Normal file
View File

@@ -0,0 +1,6 @@
sudo podman run --rm -it \
-v /run/podman/podman.sock:/run/podman/podman.sock \
-v $(pwd):/workspace \
-w /workspace \
-e PODMAN_SOCK=unix:///run/podman/podman.sock \
terraform-podman plan