0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 10:33:46 +00:00
terraform-provider-proxmox/proxmox
Rui Lopes 13e911cf59
feat(provider): modify the proxmox api client to support connecting through an https proxy (#748)
feat: modify the proxmox api client to support connecting through an https proxy

to use, set the https_proxy environment variable before running terraform

for example:

export https_proxy=http://localhost:8080

Signed-off-by: Rui Lopes <rgl@ruilopes.com>
2023-11-28 15:51:38 -05:00
..
access chore(code): fix proxmox package dependencies (#536) 2023-09-03 00:40:47 +00:00
api feat(provider): modify the proxmox api client to support connecting through an https proxy (#748) 2023-11-28 15:51:38 -05:00
cluster fix(vm): type error when unmarshalling GetResponseData.data.memory (#728) 2023-11-17 18:39:13 -05:00
firewall chore(code): fix proxmox package dependencies (#536) 2023-09-03 00:40:47 +00:00
nodes fix(vm): type error when unmarshalling GetResponseData.data.memory (#728) 2023-11-17 18:39:13 -05:00
pools chore(code): fix proxmox package dependencies (#536) 2023-09-03 00:40:47 +00:00
ssh fix(provider): add informative error around ssh-agent (#620) 2023-10-16 20:00:09 -04:00
storage chore(code): fix proxmox package dependencies (#536) 2023-09-03 00:40:47 +00:00
types fix(vm): type error when unmarshalling GetResponseData.data.memory (#728) 2023-11-17 18:39:13 -05:00
version feat(core): migrate version datasource to TF plugin framework (#440) 2023-07-29 02:10:02 +00:00
client.go feat(provider): configure temp directory (#607) 2023-10-07 21:00:34 -04:00