Skip to content

Resource: proxmox_acme_dns_plugin

Manages an ACME plugin in a Proxmox VE cluster.

Schema

Required

  • api (String) API plugin name.
  • plugin (String) ACME Plugin ID name.

Optional

  • data (Map of String) DNS plugin data.
  • digest (String) SHA1 digest of the current configuration. Prevent changes if current configuration file has a different digest. This can be used to prevent concurrent modifications.
  • disable (Boolean) Flag to disable the config.
  • validation_delay (Number) Extra delay in seconds to wait before requesting validation. Allows to cope with a long TTL of DNS records (0 - 172800).