0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-08-22 19:38:35 +00:00
terraform-provider-proxmox/proxmox/nodes
k69420s 45f28051cd
feat(lxc): add proxmox_virtual_environment_containers data source (#2090)
* feat(lxc): add `proxmox_virtual_environment_containers` data source

- Implements a new data source for fetching container details in Proxmox environments.
- Includes support for filtering by attributes such as name, template, status, and tags.
- Provides documentation and test coverage for the new functionality.

Signed-off-by: k69420s <k69420s@localhost.localdomain>

* suppress duplication error in linter, fix example code

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

---------

Signed-off-by: k69420s <k69420s@localhost.localdomain>
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2025-08-14 18:26:47 -04:00
..
apt feat(node): implement initial support to manage APT repositories (#1325) 2024-07-05 18:48:35 -04:00
containers feat(lxc): add proxmox_virtual_environment_containers data source (#2090) 2025-08-14 18:26:47 -04:00
storage chore(deps): update golangci/golangci-lint (v2.1.6 → v2.2.1) (#2013) 2025-07-04 17:56:38 -04:00
tasks chore(deps): update golangci/golangci-lint (v2.1.6 → v2.2.1) (#2013) 2025-07-04 17:56:38 -04:00
vms feat(vm): Import Disk via API. (#2012) 2025-07-06 12:00:38 -04:00
certificate_types.go chore(code): fix proxmox package dependencies (#536) 2023-09-03 00:40:47 +00:00
certificate.go feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00
client.go chore(deps): update golangci/golangci-lint (v2.1.6 → v2.2.1) (#2013) 2025-07-04 17:56:38 -04:00
config_types_test.go feat(node): add support for node config API (#1482) 2024-11-25 19:50:01 -05:00
config_types.go feat(node): add support for node config API (#1482) 2024-11-25 19:50:01 -05:00
config.go feat(node): add support for node config API (#1482) 2024-11-25 19:50:01 -05:00
dns_types.go feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00
dns.go feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00
hosts_types.go feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00
hosts.go feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00
network_types.go chore(code): fix proxmox package dependencies (#536) 2023-09-03 00:40:47 +00:00
network.go feat(node): implement initial support to manage APT repositories (#1325) 2024-07-05 18:48:35 -04:00
nodes_types.go fix(vm,lxc): 32bit int overflow in list nodes / containers API calls when running on i386 arch (#2057) 2025-07-21 22:17:58 -04:00
nodes.go feat(vm): add proxmox_virtual_environment_node datasource (#1151) 2024-03-23 20:17:09 -04:00
query_url_metadata_types.go fix(file): better error message on download failure (#1923) 2025-04-23 12:34:38 -04:00
query_url_metadata.go fix(file): better error message on download failure (#1923) 2025-04-23 12:34:38 -04:00