--- layout: page title: proxmox_virtual_environment_acme_accounts parent: Data Sources subcategory: Virtual Environment description: |- Retrieves the list of ACME accounts. --- # Data Source: proxmox_virtual_environment_acme_accounts Retrieves the list of ACME accounts. ## Example Usage ```terraform data "proxmox_virtual_environment_acme_accounts" "example" {} output "data_proxmox_virtual_environment_acme_accounts" { value = data.proxmox_virtual_environment_acme_accounts.example.accounts } ``` ## Schema ### Read-Only - `accounts` (Set of String) The identifiers of the ACME accounts.