first commit
This commit is contained in:
1
infrastructure/terraform/Dockerfile
Normal file
1
infrastructure/terraform/Dockerfile
Normal file
@@ -0,0 +1 @@
|
||||
FROM hashicorp/terraform:1.13
|
||||
6
infrastructure/terraform/deploy
Normal file
6
infrastructure/terraform/deploy
Normal 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
|
||||
Reference in New Issue
Block a user