Viewing docs for Proxmox Virtual Environment (Proxmox VE) v8.0.0
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
Viewing docs for Proxmox Virtual Environment (Proxmox VE) v8.0.0
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
Deprecated: Use
proxmoxve.apt/standard.Repositoryinstead. This data source will be removed in v1.0.
Retrieves an APT standard repository from a Proxmox VE cluster.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as proxmoxve from "@muhlba91/pulumi-proxmoxve";
const example = proxmoxve.apt.standard.getRepositoryLegacy({
handle: "no-subscription",
node: "pve",
});
export const proxmoxVirtualEnvironmentAptStandardRepository = example;
import pulumi
import pulumi_proxmoxve as proxmoxve
example = proxmoxve.apt.standard.get_repository_legacy(handle="no-subscription",
node="pve")
pulumi.export("proxmoxVirtualEnvironmentAptStandardRepository", example)
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 {
example, err := apt.LookupRepositoryLegacy(ctx, &standard.LookupRepositoryLegacyArgs{
Handle: "no-subscription",
Node: "pve",
}, nil)
if err != nil {
return err
}
ctx.Export("proxmoxVirtualEnvironmentAptStandardRepository", example)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using ProxmoxVE = Pulumi.ProxmoxVE;
return await Deployment.RunAsync(() =>
{
var example = ProxmoxVE.Apt.Standard.GetRepositoryLegacy.Invoke(new()
{
Handle = "no-subscription",
Node = "pve",
});
return new Dictionary<string, object?>
{
["proxmoxVirtualEnvironmentAptStandardRepository"] = example,
};
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.proxmoxve.apt_standard.Apt_standardFunctions;
import com.pulumi.proxmoxve.apt.inputs.GetRepositoryLegacyArgs;
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) {
final var example = Apt_standardFunctions.getRepositoryLegacy(GetRepositoryLegacyArgs.builder()
.handle("no-subscription")
.node("pve")
.build());
ctx.export("proxmoxVirtualEnvironmentAptStandardRepository", example);
}
}
variables:
example:
fn::invoke:
function: proxmoxve:apt/standard:getRepositoryLegacy
arguments:
handle: no-subscription
node: pve
outputs:
proxmoxVirtualEnvironmentAptStandardRepository: ${example}
Using getRepositoryLegacy
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getRepositoryLegacy(args: GetRepositoryLegacyArgs, opts?: InvokeOptions): Promise<GetRepositoryLegacyResult>
function getRepositoryLegacyOutput(args: GetRepositoryLegacyOutputArgs, opts?: InvokeOptions): Output<GetRepositoryLegacyResult>def get_repository_legacy(handle: Optional[str] = None,
node: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetRepositoryLegacyResult
def get_repository_legacy_output(handle: Optional[pulumi.Input[str]] = None,
node: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRepositoryLegacyResult]func LookupRepositoryLegacy(ctx *Context, args *LookupRepositoryLegacyArgs, opts ...InvokeOption) (*LookupRepositoryLegacyResult, error)
func LookupRepositoryLegacyOutput(ctx *Context, args *LookupRepositoryLegacyOutputArgs, opts ...InvokeOption) LookupRepositoryLegacyResultOutput> Note: This function is named LookupRepositoryLegacy in the Go SDK.
public static class GetRepositoryLegacy
{
public static Task<GetRepositoryLegacyResult> InvokeAsync(GetRepositoryLegacyArgs args, InvokeOptions? opts = null)
public static Output<GetRepositoryLegacyResult> Invoke(GetRepositoryLegacyInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetRepositoryLegacyResult> getRepositoryLegacy(GetRepositoryLegacyArgs args, InvokeOptions options)
public static Output<GetRepositoryLegacyResult> getRepositoryLegacy(GetRepositoryLegacyArgs args, InvokeOptions options)
fn::invoke:
function: proxmoxve:apt/standard/getRepositoryLegacy:getRepositoryLegacy
arguments:
# arguments dictionaryThe following arguments are supported:
getRepositoryLegacy Result
The following output properties are available:
- 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.
- Handle string
- The handle of the APT standard repository.
- Id string
- The unique identifier of this APT standard repository data source.
- Index int
- The index within the defining source list file.
- Name string
- The name of the APT standard repository.
- Node string
- The name of the target Proxmox VE node.
- Status int
- Indicates the activation status.
- 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.
- Handle string
- The handle of the APT standard repository.
- Id string
- The unique identifier of this APT standard repository data source.
- Index int
- The index within the defining source list file.
- Name string
- The name of the APT standard repository.
- Node string
- The name of the target Proxmox VE node.
- Status int
- Indicates the activation status.
- 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.
- handle String
- The handle of the APT standard repository.
- id String
- The unique identifier of this APT standard repository data source.
- index Integer
- The index within the defining source list file.
- name String
- The name of the APT standard repository.
- node String
- The name of the target Proxmox VE node.
- status Integer
- Indicates the activation status.
- 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.
- handle string
- The handle of the APT 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.
- node string
- The name of the target Proxmox VE node.
- status number
- Indicates the activation status.
- description str
- The description of the APT standard repository.
- file_
path str - The absolute path of the source list file that contains this standard repository.
- handle str
- The handle of the APT standard repository.
- id str
- The unique identifier of this APT standard repository data source.
- index int
- The index within the defining source list file.
- name str
- The name of the APT standard repository.
- node str
- The name of the target Proxmox VE node.
- status int
- Indicates the activation status.
- 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.
- handle String
- The handle of the APT 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.
- node String
- The name of the target Proxmox VE node.
- status Number
- Indicates the activation status.
Package Details
- Repository
- proxmoxve muhlba91/pulumi-proxmoxve
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
proxmoxTerraform Provider.
Viewing docs for Proxmox Virtual Environment (Proxmox VE) v8.0.0
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
