Enhancement/consolidate proxmox node config #32

Merged
kasun merged 4 commits from enhancement/consolidate-proxmox-node-config into main 2026-08-05 16:39:09 +02:00
Showing only changes of commit 07c4678a6d - Show all commits
-2
View File
@@ -3,12 +3,10 @@ import * as command from "@pulumi/command";
const config = new pulumi.Config();
//fetch credentials from proxmox-infra
const infraRef = new pulumi.StackReference(
`${pulumi.getOrganization()}/proxmox-infra/dev`,
);
// Proxmox API credentials — same as proxmox-infra stack
const pve1Endpoint = infraRef.requireOutput(
"pve1Endpoint",
) as pulumi.Output<string>;