0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-01 11:02:59 +00:00
terraform-provider-proxmox/proxmoxtf
Emmanuel Benoît 1896ea08f0
chore(vm): fix linter errors (#506)
fix: linter error in ambush

  * This commit fixes a linter error that somehow doesn't manifest
    unless some other, unrelated changes trigger it (see #501 and
    #505).

  * In addition it fixes a similar issue that had so far gone undetected
    by the linter.

  * Refactored the code in question into a function, since it was mostly
    duplicated.

  * Simplified a pair of conditionals that had the same code in both
    branches.
2023-08-18 21:07:09 -04:00
..
datasource feat(core): migrate version datasource to TF plugin framework (#440) 2023-07-29 02:10:02 +00:00
provider feat(core): migrate version datasource to TF plugin framework (#440) 2023-07-29 02:10:02 +00:00
resource chore(vm): fix linter errors (#506) 2023-08-18 21:07:09 -04:00
structure chore: cleanup resource validators & utility code (#438) 2023-07-20 19:58:19 -04:00
test chore: cleanup resource validators & utility code (#438) 2023-07-20 19:58:19 -04:00
config.go feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00