0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-01 19:12:59 +00:00
terraform-provider-proxmox/examples/resources
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_acl fix(access): change acl internal ID from url path format to position-based format (#1282) 2024-05-10 03:53:16 +00: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_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_cluster_options feat(cluster): Extend the available attributes for the proxmox_virtual_environment_cluster_options resource (#1241) 2024-04-29 20:08:44 -04:00
proxmox_virtual_environment_download_file feat(storage): add new resource proxmox_virtual_environment_download_file (#837) 2024-01-02 21:29:13 -05: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_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_haresource feat(ha): add support for Proxmox High Availability objects (#498) 2023-08-20 21:42:12 +00:00
proxmox_virtual_environment_network_linux_bridge feat(core): migrate version datasource to TF plugin framework (#440) 2023-07-29 02:10:02 +00:00
proxmox_virtual_environment_network_linux_vlan fix(provider): User-settable VLAN ID and name (#518) 2023-08-28 20:19:10 -04:00
proxmox_virtual_environment_user_token feat(access): add proxmox user token (#1159) 2024-05-08 15:26:33 -04:00