This commit is contained in:
2025-12-08 10:47:09 -05:00
parent 136b88ccdc
commit c4445aa92f
109 changed files with 9007 additions and 1219 deletions

View File

@@ -1,4 +1,4 @@
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
import * as pulumi from "@pulumi/pulumi";
@@ -31,6 +31,17 @@ Object.defineProperty(exports, "configDir", {
enumerable: true,
});
/**
* The default remote to use when no other remote is defined in a resource.
*/
export declare const defaultRemote: string | undefined;
Object.defineProperty(exports, "defaultRemote", {
get() {
return __config.get("defaultRemote");
},
enumerable: true,
});
/**
* Automatically generate the Incus client certificates if they don't exist.
*/
@@ -43,8 +54,7 @@ Object.defineProperty(exports, "generateClientCertificates", {
});
/**
* The project where project-scoped resources will be created. Can be overridden in individual resources. (default =
* default)
* The project where project-scoped resources will be created. Can be overridden in individual resources. (default = default)
*/
export declare const project: string | undefined;
Object.defineProperty(exports, "project", {