Restructure: move infra packages to root level
This commit is contained in:
6
terraform-pve/Dockerfile
Normal file
6
terraform-pve/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM hashicorp/terraform:latest
|
||||
|
||||
WORKDIR /workspace
|
||||
VOLUME ["/workspace"]
|
||||
|
||||
ENTRYPOINT ["terraform"]
|
||||
Reference in New Issue
Block a user