Data Source: proxmox_acme_accounts¶
Retrieves the list of ACME accounts.
Example Usage¶
data "proxmox_acme_accounts" "example" {}
output "data_proxmox_acme_accounts" {
value = data.proxmox_acme_accounts.example.accounts
}
Schema¶
Read-Only¶
accounts(Set of String) The identifiers of the ACME accounts.