0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 02:31:10 +00:00
terraform-provider-proxmox/proxmox/api
Pavel Boldyrev 343e8045c1
feat(vm): add network device resources (#376)
* wip

* experimenting with terraform plugin framework

* cleaning up poc and adding tests

* adding read / update / delete

* update bridge_vlan_aware and MTU

* add ipv6 and simplify IP support

* fix provider's schema

* add docs

* run linter from cmdline

* disable TF acceptance tests

* add VLAN

* update docs

* add examole

* cleanup
2023-06-23 22:47:25 +00:00
..
authenticator.go feat(vm): add network device resources (#376) 2023-06-23 22:47:25 +00:00
client_types.go feat(v): Add ability to override node IP used for SSH connection (#355) 2023-05-31 21:15:48 -04:00
client.go feat(vm): add network device resources (#376) 2023-06-23 22:47:25 +00:00
credentials.go feat(core): Add API Token authentication (#350) 2023-05-29 21:56:21 -04:00
ticket_auth_types.go feat(vm): add network device resources (#376) 2023-06-23 22:47:25 +00:00
ticket_auth.go feat(vm): add network device resources (#376) 2023-06-23 22:47:25 +00:00
token_auth.go feat(vm): add network device resources (#376) 2023-06-23 22:47:25 +00:00