0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 10:33:46 +00:00
Commit Graph

181 Commits

Author SHA1 Message Date
Pavel Boldyrev
2bf9a94562
chore(docs): minor documentation updates (#1463)
* chore(docs): minor documentation updates
* chore(docs): proofread README.md

---------

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-08-02 00:40:38 +00:00
Pavel Boldyrev
bcc4baf474
misc: add wakatime badge
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-05-14 18:30:40 -04:00
Pavel Boldyrev
a436c24923
fix(access): user token expiration_date handling (#1293)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-05-14 18:24:13 -04:00
Pavel Boldyrev
b6af836386
misc: update documentation
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-05-05 22:27:18 -04:00
Pavel Boldyrev
efd0d7b466
chore: remove unused code (#1236)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-04-24 20:52:41 -04:00
Sven Greb
76c1c2282b
feat(cluster): Implement initial support for "hardware mappings" (#1213)
* feat(cluster): Implement initial support for "hardware mappings"

Right now it is alredy possible to use a mapped resource [1], but there
is no dedicated `proxmox_virtual_environment_cluster_hardware_mapping`
resource but this step must still be done manually (or automated through
other ways that interact with the Proxmox API).

This commit implements support for "hardware mapping" resources and data
sources for the, currently, available bus types PCI and USB, based on
the Proxmox VE API documentations [2].

There are some "specialities" in these resources and data sources:

1. The Proxmox VE API attribute, but this implementations names it
   "comment" since this naming is generally across the Proxmox VE web UI
   and API documentations. This still follows the Terraform
   "best practices" [3] as it improves the user experience by matching
   the field name to the naming used in the human-facing interfaces.

2. Like in point 1, the name of the attribute of "node checks
   diagnostics" for USB hardware mappings is "errors" in the Proxmox VE
   API while it is "checks" for hardware mappings of type PCI.
   The second naming pattern is also generally used across the
   Proxmox VE web UI and API documentations, including the "check_node"
   attribute that is also implemented in the
   "proxmox_virtual_environment_hardware_mappings" data source.
   Therefore, this implementation named both attributes "checks" which
   still follows the Terraform "best practices" [3] as it improves the
   user experience by matching the field name to the naming used in the
   human-facing interfaces.
3. This implmenetation comes with the "unique" feature of allowing
   comments (named "descriptions" by the Proxmox VE API) for an entry in
   a device map which is not possible through the web UI at all but only
   adding a comment for the whole mapping entry instead.

Note that this implementation also adds another point in the
"Known Issues" documentation since it is only possible to map a
PCI/USB device using the `root` PAM account, but this is still better
than having to manually configure it through the web UI or by
interacting with the Proxmox VE API on other ways.

[1]: https://github.com/bpg/terraform-provider-proxmox/pull/500
[2]: https://pve.proxmox.com/pve-docs/api-viewer/#/cluster/mapping/pci
[3]: https://developer.hashicorp.com/terraform/plugin/best-practices/hashicorp-provider-design-principles#resource-and-attribute-schema-should-closely-match-the-underlying-api

Signed-off-by: Sven Greb <development@svengreb.de>

* fix linter

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>

---------

Signed-off-by: Sven Greb <development@svengreb.de>
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-04-18 16:00:51 -04:00
Pavel Boldyrev
c14b7ebe1d
chore(docs): minor documentation updates (#1200)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-04-10 02:07:22 +00:00
Pavel Boldyrev
8e620dc59b
chore(docs): update README.md (#1045)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-02-20 00:05:54 +00:00
Pavel Boldyrev
0e2eb80e9f
fix(docs): fix broken links (#976)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-01-28 01:22:13 +00:00
Pavel Boldyrev
aabfeb86a2
chore(docs): move list of contributors to CONTRIBUTORS.md (#945)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-01-20 23:02:04 -05:00
Pavel Boldyrev
b926c57a53
chore(docs): update README.md, add note about OpenTofu support (#943)
chore(docs): update README.md, note about OpenTofu support

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-01-21 03:37:55 +00:00
allcontributors[bot]
09fad2fb6f
docs: add xoxys as a contributor for code, and ideas (#938)
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-01-20 01:54:20 +00:00
allcontributors[bot]
f20b4d1f39
docs: add lfelicetti-softatnet as a contributor for bug (#927)
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-01-17 21:45:36 -05:00
allcontributors[bot]
8dc5a86108
docs: add jkossis as a contributor for code (#926)
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-01-18 01:46:18 +00:00
allcontributors[bot]
d76084c783
docs: add tomstokes as a contributor for doc (#883)
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-01-12 00:35:00 +00:00
allcontributors[bot]
72a988d72f
docs: add srautiai as a contributor for bug (#876)
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-01-10 20:47:55 -05:00
allcontributors[bot]
7e7333b67a
docs: add CppBunny as a contributor for code (#864)
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-01-07 13:32:12 +00:00
allcontributors[bot]
6c8f3d4f0c
docs: add benbouillet as a contributor for financial (#861)
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-01-06 01:42:31 +00:00
Pavel Boldyrev
7cfc76e036
misc: Update README.md (#858)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-01-04 03:57:12 +00:00
allcontributors[bot]
8d623853ad
docs: add loganmancuso as a contributor for bug (#851)
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-12-29 12:47:25 -05:00
allcontributors[bot]
86b2e6f41c
docs: add LEI as a contributor for code (#843)
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-12-28 12:07:30 -05:00
allcontributors[bot]
a8b574cfa5
docs: add rafsaf as a contributor for doc, and ideas (#830)
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-12-21 19:25:37 -05:00
Rafał Safin
4f54f89b5d
docs: improve make example docs and add proxmox setup how-to (#829)
* docs: improve make example documentation, add how-to for proxmox setup

Signed-off-by: rafsaf <rafal.safin12@gmail.com>

* docs: revert unwanted styling changes in pull request template file

Signed-off-by: rafsaf <rafal.safin12@gmail.com>

---------

Signed-off-by: rafsaf <rafal.safin12@gmail.com>
2023-12-21 19:23:07 -05:00
allcontributors[bot]
552f56f289
docs: add scibi as a contributor for bug, and ideas (#826)
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2023-12-21 02:14:43 +00:00
allcontributors[bot]
8749cf7d54
docs: add olemathias as a contributor for bug (#825)
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-12-20 21:09:38 -05:00
allcontributors[bot]
8d1a72923c
docs: add bitchecker as a contributor for code (#823)
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-12-19 21:35:36 -05:00
allcontributors[bot]
19d1ab59de
docs: add mkopnsrc as a contributor for financial (#818)
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-12-17 22:35:08 -05:00
allcontributors[bot]
c1f60dab72
docs: add joek-office as a contributor for bug (#803)
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-12-13 22:07:33 -05:00
allcontributors[bot]
f7e5b5e6d5
docs: add frostyfab as a contributor for doc (#801)
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-12-13 21:02:01 -05:00
allcontributors[bot]
3a000a04b4
docs: add zmingxie as a contributor for code (#788)
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-12-11 04:57:03 +00:00
allcontributors[bot]
b26cf5a537
docs: add ActualTrash as a contributor for code (#787)
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-12-10 23:55:42 -05:00
allcontributors[bot]
52f17defda
docs: add dylanbegin as a contributor for bug, and test (#780)
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-12-06 18:27:42 -05:00
allcontributors[bot]
8eeb051fef
docs: add redpimpernel as a contributor for test (#779)
* docs: update README.md

* docs: update .all-contributorsrc

* change columns

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>

---------

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2023-12-06 18:24:59 -05:00
Pavel Boldyrev
fbd2a716c6
misc(ci): fix metrics rendering (#778)
* misc(ci): fix metrics rendering

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>

* decrease contributors avatar sizes

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>

---------

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2023-12-06 18:14:49 -05:00
Pavel Boldyrev
54288ddd76
chore(docs): update PR and issue templates (#777)
* chore: repo docs

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>

* Update github-metrics.svg - [Skip GitHub Action]

* update repository metrics workflow configuration

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>

* Update metrics.repository.svg - [Skip GitHub Action]

* update repository metrics

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>

---------

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-12-06 17:31:10 -05:00
allcontributors[bot]
ae429148b5
docs: add tarik02 as a contributor for code (#773)
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-12-06 16:19:27 -05:00
DanielHabenicht
f1450cb6dd
fix(docs): add more details about local testing of the provider (#698)
* fix(docs): add local testing part

Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: DanielHabenicht <daniel-habenicht@outlook.de>

* fix code format

Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: DanielHabenicht <daniel-habenicht@outlook.de>

* update manual testing instructions

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>

* fix terraform.rc ref for windows

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>

---------

Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: DanielHabenicht <daniel-habenicht@outlook.de>
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2023-12-04 22:33:19 -05:00
allcontributors[bot]
0cc3358330
docs: add geoshapka as a contributor for bug, and test (#764)
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-12-04 21:55:28 -05:00
Pavel Boldyrev
b54a39315e
doc: add Elias Alvord as a sponsor (#757)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2023-11-30 04:34:48 +00:00
allcontributors[bot]
b2782375e2
docs: add dandaolrian as a contributor for code, and test (#754)
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-11-29 17:52:26 -05:00
allcontributors[bot]
ab45a56928
docs: add midoriiro as a contributor for bug (#751)
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-11-28 17:35:17 -05:00
allcontributors[bot]
298a6ed501
docs: add rgl as a contributor for code (#749)
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-11-28 15:53:14 -05:00
allcontributors[bot]
2c59842c0d
docs: add simplysoft as a contributor for code (#745)
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-11-28 12:08:01 -05:00
allcontributors[bot]
4faf993b82
docs: add dark-vex as a contributor for code (#726)
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-11-16 21:27:34 -05:00
allcontributors[bot]
fb249bfdb9
docs: add DanielHabenicht as a contributor for code (#713)
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-11-11 20:55:00 -05:00
allcontributors[bot]
18a7c39c9a
docs: add DanielHabenicht as a contributor for doc (#712)
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-11-11 20:12:43 -05:00
allcontributors[bot]
d2b8ce1a7d
docs: add TheNotary as a contributor for doc (#706)
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-11-09 18:51:47 -05:00
allcontributors[bot]
e89d53b41f
docs: add DanielHabenicht as a contributor for bug (#689)
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-11-05 19:51:15 -05:00
Pavel Boldyrev
3fd6b6b2ce
fix(vm): update validation and docs for machine attribute (#681)
* fix(vm): update validation and docs for `machine` attribute.

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>

* chore: remove certificate resource from acceptance tests

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>

---------

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2023-11-05 22:49:01 +00:00
allcontributors[bot]
a8e8ad73ed
docs: add windowsrefund as a contributor for test (#684)
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2023-11-05 22:47:35 +00:00