0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 10:33:46 +00:00
terraform-provider-proxmox/fwprovider
Björn Brauer 9de4037a82
feat(acme): implement resources and data sources for ACME accounts (#1455)
* feat(acme): implement CRUD API for proxmox cluster ACME
* feat(acme): implement acme_accounts data source
* feat(acme): implement acme_account data source
* fix(acme): wait for task status on account creation
* feat(acme): implement account resource creation
* feat(acme): implement account read
* fix(acme): wait for task status on account update
* feat(acme): implement account update
* fix(acme): wait for task status on account deletion
* feat(acme): implement account deletion
* feat(acme): implement account import
* feat(acme): provide correctly typed API response for `account` field
* feat(acme): implement account schema for acme_account data source
* fix(acme): read `location` into state in acme_account resource
* fix(acme): ensure `name` of acme_account resource can't be changed
* docs(acme): generate documentation
* feat(acme): read back ACME account details from API
* Revert "fix(acme): ensure `name` of acme_account resource can't be changed"
* fix(acme): provide default for acme account name
* fix(acme): acme account name can't be changed
* chore(acme): update resource doc to clarify PVE auth requirements
* chore(acme): add `created_at` attr to the resource, sort model fields & schema attributes alphabetically

---------

Signed-off-by: Björn Brauer <zaubernerd@zaubernerd.de>
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-08-07 23:16:31 -04:00
..
access chore: refactor container acc test (#1408) 2024-06-24 23:08:59 -04:00
acme feat(acme): implement resources and data sources for ACME accounts (#1455) 2024-08-07 23:16:31 -04:00
attribute misc(vm2): add support for vga (#1328) 2024-05-27 21:30:12 -04:00
ha chore(code): fix code quality warnings (#1409) 2024-06-25 00:47:50 -04:00
hardwaremapping chore: refactor container acc test (#1408) 2024-06-24 23:08:59 -04:00
network chore: refactor container acc test (#1408) 2024-06-24 23:08:59 -04:00
nodes/apt fix(vm): improve reliability of VM create / get operations (#1431) 2024-07-08 18:17:53 +00:00
test fix(time): embed timezone data to fix set/get TZ on windows (#1436) 2024-07-10 21:07:40 -04:00
types feat(node): implement initial support to manage APT repositories (#1325) 2024-07-05 18:48:35 -04:00
validators fix(repo): fix source.list path validation on Windows (#1429) 2024-07-05 20:20:34 -04:00
vm fix(vm): improve reliability of VM create / get operations (#1431) 2024-07-08 18:17:53 +00:00
datasource_version.go chore: fix linter error (#645) 2023-10-23 22:41:26 +00:00
provider.go feat(acme): implement resources and data sources for ACME accounts (#1455) 2024-08-07 23:16:31 -04:00
resource_download_file_test.go chore: refactor container acc test (#1408) 2024-06-24 23:08:59 -04:00
resource_download_file.go misc(vm2): add support for vga (#1328) 2024-05-27 21:30:12 -04:00
resource_options_test.go chore: refactor container acc test (#1408) 2024-06-24 23:08:59 -04:00
resource_options.go misc(vm2): add support for vga (#1328) 2024-05-27 21:30:12 -04:00