1. Packages
  2. Packages
  3. Proxmox Virtual Environment (Proxmox VE)
  4. API Docs
  5. apt
  6. RepositoryLegacy
Viewing docs for Proxmox Virtual Environment (Proxmox VE) v8.1.0
published on Sunday, Apr 26, 2026 by Daniel Muehlbachler-Pietrzykowski
proxmoxve logo
Viewing docs for Proxmox Virtual Environment (Proxmox VE) v8.1.0
published on Sunday, Apr 26, 2026 by Daniel Muehlbachler-Pietrzykowski

    Deprecated: Use proxmoxve.apt.Repository instead. This resource will be removed in v1.0.

    Manages an APT repository of a Proxmox VE node.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as proxmoxve from "@muhlba91/pulumi-proxmoxve";
    
    const example = new proxmoxve.apt.RepositoryLegacy("example", {
        enabled: true,
        filePath: "/etc/apt/sources.list",
        index: 0,
        node: "pve",
    });
    
    import pulumi
    import pulumi_proxmoxve as proxmoxve
    
    example = proxmoxve.apt.RepositoryLegacy("example",
        enabled=True,
        file_path="/etc/apt/sources.list",
        index=0,
        node="pve")
    
    package main
    
    import (
    	"github.com/muhlba91/pulumi-proxmoxve/sdk/v8/go/proxmoxve/apt"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := apt.NewRepositoryLegacy(ctx, "example", &apt.RepositoryLegacyArgs{
    			Enabled:  pulumi.Bool(true),
    			FilePath: pulumi.String("/etc/apt/sources.list"),
    			Index:    pulumi.Int(0),
    			Node:     pulumi.String("pve"),
    		})
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using ProxmoxVE = Pulumi.ProxmoxVE;
    
    return await Deployment.RunAsync(() => 
    {
        var example = new ProxmoxVE.Apt.RepositoryLegacy("example", new()
        {
            Enabled = true,
            FilePath = "/etc/apt/sources.list",
            Index = %!v(PANIC=Format method: fatal: A failure has occurred: unexpected literal type in GenLiteralValueExpression: cty.NumberIntVal(0) (example.pp:3,14-15)),
            Node = "pve",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import io.muehlbachler.pulumi.proxmoxve.apt.RepositoryLegacy;
    import io.muehlbachler.pulumi.proxmoxve.apt.RepositoryLegacyArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            var example = new RepositoryLegacy("example", RepositoryLegacyArgs.builder()
                .enabled(true)
                .filePath("/etc/apt/sources.list")
                .index(%!v(PANIC=Format method: fatal: A failure has occurred: unexpected literal type in GenLiteralValueExpression: cty.NumberIntVal(0) (example.pp:3,14-15)))
                .node("pve")
                .build());
    
        }
    }
    
    resources:
      example:
        type: proxmoxve:apt:RepositoryLegacy
        properties:
          enabled: true
          filePath: /etc/apt/sources.list
          index: 0
          node: pve
    

    Create RepositoryLegacy Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new RepositoryLegacy(name: string, args: RepositoryLegacyArgs, opts?: CustomResourceOptions);
    @overload
    def RepositoryLegacy(resource_name: str,
                         args: RepositoryLegacyArgs,
                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def RepositoryLegacy(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         file_path: Optional[str] = None,
                         index: Optional[int] = None,
                         node: Optional[str] = None,
                         enabled: Optional[bool] = None)
    func NewRepositoryLegacy(ctx *Context, name string, args RepositoryLegacyArgs, opts ...ResourceOption) (*RepositoryLegacy, error)
    public RepositoryLegacy(string name, RepositoryLegacyArgs args, CustomResourceOptions? opts = null)
    public RepositoryLegacy(String name, RepositoryLegacyArgs args)
    public RepositoryLegacy(String name, RepositoryLegacyArgs args, CustomResourceOptions options)
    
    type: proxmoxve:apt:RepositoryLegacy
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args RepositoryLegacyArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args RepositoryLegacyArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args RepositoryLegacyArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args RepositoryLegacyArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args RepositoryLegacyArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    RepositoryLegacy Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The RepositoryLegacy resource accepts the following input properties:

    FilePath string
    The absolute path of the source list file that contains this repository.
    Index int
    The index within the defining source list file.
    Node string
    The name of the target Proxmox VE node.
    Enabled bool
    Indicates the activation status.
    FilePath string
    The absolute path of the source list file that contains this repository.
    Index int
    The index within the defining source list file.
    Node string
    The name of the target Proxmox VE node.
    Enabled bool
    Indicates the activation status.
    filePath String
    The absolute path of the source list file that contains this repository.
    index Integer
    The index within the defining source list file.
    node String
    The name of the target Proxmox VE node.
    enabled Boolean
    Indicates the activation status.
    filePath string
    The absolute path of the source list file that contains this repository.
    index number
    The index within the defining source list file.
    node string
    The name of the target Proxmox VE node.
    enabled boolean
    Indicates the activation status.
    file_path str
    The absolute path of the source list file that contains this repository.
    index int
    The index within the defining source list file.
    node str
    The name of the target Proxmox VE node.
    enabled bool
    Indicates the activation status.
    filePath String
    The absolute path of the source list file that contains this repository.
    index Number
    The index within the defining source list file.
    node String
    The name of the target Proxmox VE node.
    enabled Boolean
    Indicates the activation status.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the RepositoryLegacy resource produces the following output properties:

    Comment string
    The associated comment.
    Components List<string>
    The list of components.
    FileType string
    The format of the defining source list file.
    Id string
    The provider-assigned unique ID for this managed resource.
    PackageTypes List<string>
    The list of package types.
    Suites List<string>
    The list of package distributions.
    Uris List<string>
    The list of repository URIs.
    Comment string
    The associated comment.
    Components []string
    The list of components.
    FileType string
    The format of the defining source list file.
    Id string
    The provider-assigned unique ID for this managed resource.
    PackageTypes []string
    The list of package types.
    Suites []string
    The list of package distributions.
    Uris []string
    The list of repository URIs.
    comment String
    The associated comment.
    components List<String>
    The list of components.
    fileType String
    The format of the defining source list file.
    id String
    The provider-assigned unique ID for this managed resource.
    packageTypes List<String>
    The list of package types.
    suites List<String>
    The list of package distributions.
    uris List<String>
    The list of repository URIs.
    comment string
    The associated comment.
    components string[]
    The list of components.
    fileType string
    The format of the defining source list file.
    id string
    The provider-assigned unique ID for this managed resource.
    packageTypes string[]
    The list of package types.
    suites string[]
    The list of package distributions.
    uris string[]
    The list of repository URIs.
    comment str
    The associated comment.
    components Sequence[str]
    The list of components.
    file_type str
    The format of the defining source list file.
    id str
    The provider-assigned unique ID for this managed resource.
    package_types Sequence[str]
    The list of package types.
    suites Sequence[str]
    The list of package distributions.
    uris Sequence[str]
    The list of repository URIs.
    comment String
    The associated comment.
    components List<String>
    The list of components.
    fileType String
    The format of the defining source list file.
    id String
    The provider-assigned unique ID for this managed resource.
    packageTypes List<String>
    The list of package types.
    suites List<String>
    The list of package distributions.
    uris List<String>
    The list of repository URIs.

    Look up Existing RepositoryLegacy Resource

    Get an existing RepositoryLegacy resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: RepositoryLegacyState, opts?: CustomResourceOptions): RepositoryLegacy
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            comment: Optional[str] = None,
            components: Optional[Sequence[str]] = None,
            enabled: Optional[bool] = None,
            file_path: Optional[str] = None,
            file_type: Optional[str] = None,
            index: Optional[int] = None,
            node: Optional[str] = None,
            package_types: Optional[Sequence[str]] = None,
            suites: Optional[Sequence[str]] = None,
            uris: Optional[Sequence[str]] = None) -> RepositoryLegacy
    func GetRepositoryLegacy(ctx *Context, name string, id IDInput, state *RepositoryLegacyState, opts ...ResourceOption) (*RepositoryLegacy, error)
    public static RepositoryLegacy Get(string name, Input<string> id, RepositoryLegacyState? state, CustomResourceOptions? opts = null)
    public static RepositoryLegacy get(String name, Output<String> id, RepositoryLegacyState state, CustomResourceOptions options)
    resources:  _:    type: proxmoxve:apt:RepositoryLegacy    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    Comment string
    The associated comment.
    Components List<string>
    The list of components.
    Enabled bool
    Indicates the activation status.
    FilePath string
    The absolute path of the source list file that contains this repository.
    FileType string
    The format of the defining source list file.
    Index int
    The index within the defining source list file.
    Node string
    The name of the target Proxmox VE node.
    PackageTypes List<string>
    The list of package types.
    Suites List<string>
    The list of package distributions.
    Uris List<string>
    The list of repository URIs.
    Comment string
    The associated comment.
    Components []string
    The list of components.
    Enabled bool
    Indicates the activation status.
    FilePath string
    The absolute path of the source list file that contains this repository.
    FileType string
    The format of the defining source list file.
    Index int
    The index within the defining source list file.
    Node string
    The name of the target Proxmox VE node.
    PackageTypes []string
    The list of package types.
    Suites []string
    The list of package distributions.
    Uris []string
    The list of repository URIs.
    comment String
    The associated comment.
    components List<String>
    The list of components.
    enabled Boolean
    Indicates the activation status.
    filePath String
    The absolute path of the source list file that contains this repository.
    fileType String
    The format of the defining source list file.
    index Integer
    The index within the defining source list file.
    node String
    The name of the target Proxmox VE node.
    packageTypes List<String>
    The list of package types.
    suites List<String>
    The list of package distributions.
    uris List<String>
    The list of repository URIs.
    comment string
    The associated comment.
    components string[]
    The list of components.
    enabled boolean
    Indicates the activation status.
    filePath string
    The absolute path of the source list file that contains this repository.
    fileType string
    The format of the defining source list file.
    index number
    The index within the defining source list file.
    node string
    The name of the target Proxmox VE node.
    packageTypes string[]
    The list of package types.
    suites string[]
    The list of package distributions.
    uris string[]
    The list of repository URIs.
    comment str
    The associated comment.
    components Sequence[str]
    The list of components.
    enabled bool
    Indicates the activation status.
    file_path str
    The absolute path of the source list file that contains this repository.
    file_type str
    The format of the defining source list file.
    index int
    The index within the defining source list file.
    node str
    The name of the target Proxmox VE node.
    package_types Sequence[str]
    The list of package types.
    suites Sequence[str]
    The list of package distributions.
    uris Sequence[str]
    The list of repository URIs.
    comment String
    The associated comment.
    components List<String>
    The list of components.
    enabled Boolean
    Indicates the activation status.
    filePath String
    The absolute path of the source list file that contains this repository.
    fileType String
    The format of the defining source list file.
    index Number
    The index within the defining source list file.
    node String
    The name of the target Proxmox VE node.
    packageTypes List<String>
    The list of package types.
    suites List<String>
    The list of package distributions.
    uris List<String>
    The list of repository URIs.

    Import

    !/usr/bin/env sh An APT repository can be imported using a comma-separated list consisting of the name of the Proxmox VE node, the absolute source list file path, and the index in the exact same order, e.g.:

    $ pulumi import proxmoxve:apt/repositoryLegacy:RepositoryLegacy example pve,/etc/apt/sources.list,0
    

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    proxmoxve muhlba91/pulumi-proxmoxve
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the proxmox Terraform Provider.
    proxmoxve logo
    Viewing docs for Proxmox Virtual Environment (Proxmox VE) v8.1.0
    published on Sunday, Apr 26, 2026 by Daniel Muehlbachler-Pietrzykowski
      Try Pulumi Cloud free. Your team will thank you.