0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-29 18:21:10 +00:00
terraform-provider-proxmox/example/data_source_virtual_environment_metrics_server.tf
Rafał Safin d1cc2144f8
feat(cluster): add proxmox_virtual_environment_metrics_server resource (#1719)
Signed-off-by: rafsaf <rafal.safin@rafsaf.pl>
2025-02-03 13:11:26 -05:00

4 lines
137 B
HCL

data "proxmox_virtual_environment_metrics_server" "example" {
name = proxmox_virtual_environment_metrics_server.influxdb_server.name
}