Resource: proxmox_apt_standard_repository¶
Manages an APT standard repository of a Proxmox VE node.
Example Usage¶
resource "proxmox_apt_standard_repository" "example" {
handle = "no-subscription"
node = "pve"
}
resource "proxmox_apt_repository" "example" {
enabled = true
file_path = proxmox_apt_standard_repository.example.file_path
index = proxmox_apt_standard_repository.example.index
node = proxmox_apt_standard_repository.example.node
}
Schema¶
Required¶
handle(String) The handle of the APT standard repository. Must beceph-squid-enterprise|ceph-squid-no-subscription|ceph-squid-test|enterprise|no-subscription|test.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 resource.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.
Import¶
Import is supported using the following syntax: