Skip to content

Data Source: proxmox_virtual_environment_apt_standard_repository

Warning

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

Retrieves an APT standard repository from a Proxmox VE cluster.

Example Usage

data "proxmox_virtual_environment_apt_standard_repository" "example" {
  handle = "no-subscription"
  node   = "pve"
}

output "proxmox_virtual_environment_apt_standard_repository" {
  value = data.proxmox_virtual_environment_apt_standard_repository.example
}

Schema

Required

  • handle (String) The handle of the APT standard repository.
  • node (String) The name of the target Proxmox VE node.

Read-Only

  • description (String) The description of the APT standard repository.
  • file_path (String) The absolute path of the source list file that contains this standard repository.
  • id (String) The unique identifier of this APT standard repository data source.
  • index (Number) The index within the defining source list file.
  • name (String) The name of the APT standard repository.
  • status (Number) Indicates the activation status.