Files
proxmox-packer/.devcontainer/devcontainer.json
2024-12-09 22:35:44 +00:00

16 lines
344 B
JSON

{
"name": "Packer Examples for Proxmox",
"build": {
"dockerfile": "Dockerfile"
},
"features": {},
"customizations": {
"vscode": {
"extensions": [
"GitHub.vscode-pull-request-github",
"hashicorp.hcl",
"redhat.ansible"
]
}
}
}