Data Source: proxmox_virtual_environment_acme_accounts¶
Warning
Deprecated: Use proxmox_acme_accounts instead. This data source will be removed in v1.0.
Retrieves the list of ACME accounts.
Example Usage¶
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.