0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-01 02:52:58 +00:00
terraform-provider-proxmox/examples/data-sources
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
..
proxmox_virtual_environment_acme_account feat(acme): implement resources and data sources for ACME accounts (#1455) 2024-08-07 23:16:31 -04:00
proxmox_virtual_environment_acme_accounts feat(acme): implement resources and data sources for ACME accounts (#1455) 2024-08-07 23:16:31 -04:00
proxmox_virtual_environment_apt_repository feat(node): implement initial support to manage APT repositories (#1325) 2024-07-05 18:48:35 -04:00
proxmox_virtual_environment_apt_standard_repository feat(node): implement initial support to manage APT repositories (#1325) 2024-07-05 18:48:35 -04:00
proxmox_virtual_environment_hagroup feat(ha): add support for Proxmox High Availability objects (#498) 2023-08-20 21:42:12 +00:00
proxmox_virtual_environment_hagroups feat(ha): add support for Proxmox High Availability objects (#498) 2023-08-20 21:42:12 +00:00
proxmox_virtual_environment_hardware_mapping_pci feat(cluster): Implement initial support for "hardware mappings" (#1213) 2024-04-18 16:00:51 -04:00
proxmox_virtual_environment_hardware_mapping_usb feat(cluster): Implement initial support for "hardware mappings" (#1213) 2024-04-18 16:00:51 -04:00
proxmox_virtual_environment_hardware_mappings feat(cluster): Implement initial support for "hardware mappings" (#1213) 2024-04-18 16:00:51 -04:00
proxmox_virtual_environment_haresource feat(ha): add support for Proxmox High Availability objects (#498) 2023-08-20 21:42:12 +00:00
proxmox_virtual_environment_haresources feat(ha): add support for Proxmox High Availability objects (#498) 2023-08-20 21:42:12 +00:00
proxmox_virtual_environment_version feat(core): migrate version datasource to TF plugin framework (#440) 2023-07-29 02:10:02 +00:00