0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-04 21:14:05 +00:00
terraform-provider-proxmox/proxmoxtf
Oto Petřík 2a5abb10fc
fix(vm): Make vm_id computed (#367)
* fix(vm): Make vm_id computed, fix #364

Defaulting vm_id to -1 prevents resources depending on vm_id value.
Make vm_id computed, also update existing vm_id = -1 with correct vm_id.

* update examples to use auto-generated `vm_id`s

---------

Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2023-06-07 19:40:39 -04:00
..
datasource feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00
provider fix(core): Do not limit cluster size to 1 in provider's ssh config (#369) 2023-06-07 23:06:10 +00:00
resource fix(vm): Make vm_id computed (#367) 2023-06-07 19:40:39 -04:00
structure feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00
test fix(core): Do not limit cluster size to 1 in provider's ssh config (#369) 2023-06-07 23:06:10 +00:00
config.go feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00