Skip to content

Data Source: proxmox_virtual_environment_acme_plugin

Warning

Deprecated: Use proxmox_acme_plugin instead. This data source will be removed in v1.0.

Retrieves a single ACME plugin by plugin ID name.

Example Usage

data "proxmox_virtual_environment_acme_plugin" "example" {
  plugin = "standalone"
}

output "data_proxmox_virtual_environment_acme_plugin" {
  value = data.proxmox_virtual_environment_acme_plugin.example
}

Schema

Required

  • plugin (String) ACME Plugin ID name.

Read-Only

  • api (String) API plugin name.
  • data (Map of String) DNS plugin data.
  • digest (String) Prevent changes if current configuration file has a different digest. This can be used to prevent concurrent modifications.
  • type (String) ACME challenge type (dns, standalone).
  • validation_delay (Number) Extra delay in seconds to wait before requesting validation. Allows to cope with a long TTL of DNS records (0 - 172800).