Data Source: proxmox_acme_account¶
Retrieves information about a specific ACME account.
Schema¶
Optional¶
name(String) The identifier of the ACME account to read.
Read-Only¶
account(Attributes) The ACME account information. (see below for nested schema)directory(String) The directory URL of the ACME account.location(String) The location URL of the ACME account.tos(String) The URL of the terms of service of the ACME account.
Nested Schema for account¶
Read-Only:
contact(List of String) An array of contact email addresses.created_at(String) The timestamp of the account creation.status(String) The status of the account. Can be one ofvalid,deactivatedorrevoked.