first commit

This commit is contained in:
Alex
2025-08-25 16:03:10 +02:00
commit ed1bf6f558
4 changed files with 73 additions and 0 deletions

View File

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

View File

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