Update
This commit is contained in:
16
sdk/nodejs/config/vars.ts
generated
16
sdk/nodejs/config/vars.ts
generated
@@ -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", {
|
||||
|
||||
Reference in New Issue
Block a user