initial commit
This commit is contained in:
9
sdk/nodejs/types/enums/index.ts
generated
Normal file
9
sdk/nodejs/types/enums/index.ts
generated
Normal file
@@ -0,0 +1,9 @@
|
||||
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
||||
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
||||
|
||||
// Export sub-modules:
|
||||
import * as region from "./region";
|
||||
|
||||
export {
|
||||
region,
|
||||
};
|
||||
10
sdk/nodejs/types/enums/region/index.ts
generated
Normal file
10
sdk/nodejs/types/enums/region/index.ts
generated
Normal file
@@ -0,0 +1,10 @@
|
||||
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
||||
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
||||
|
||||
|
||||
export const Region = {
|
||||
Here: "HERE",
|
||||
OverThere: "OVER_THERE",
|
||||
} as const;
|
||||
|
||||
export type Region = (typeof Region)[keyof typeof Region];
|
||||
13
sdk/nodejs/types/index.ts
generated
Normal file
13
sdk/nodejs/types/index.ts
generated
Normal file
@@ -0,0 +1,13 @@
|
||||
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
||||
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
||||
|
||||
// Export sub-modules:
|
||||
import * as enums from "./enums";
|
||||
import * as input from "./input";
|
||||
import * as output from "./output";
|
||||
|
||||
export {
|
||||
enums,
|
||||
input,
|
||||
output,
|
||||
};
|
||||
8
sdk/nodejs/types/input.ts
generated
Normal file
8
sdk/nodejs/types/input.ts
generated
Normal file
@@ -0,0 +1,8 @@
|
||||
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
||||
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
||||
|
||||
import * as pulumi from "@pulumi/pulumi";
|
||||
import * as inputs from "../types/input";
|
||||
import * as outputs from "../types/output";
|
||||
import * as enums from "../types/enums";
|
||||
|
||||
8
sdk/nodejs/types/output.ts
generated
Normal file
8
sdk/nodejs/types/output.ts
generated
Normal file
@@ -0,0 +1,8 @@
|
||||
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
||||
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
||||
|
||||
import * as pulumi from "@pulumi/pulumi";
|
||||
import * as inputs from "../types/input";
|
||||
import * as outputs from "../types/output";
|
||||
import * as enums from "../types/enums";
|
||||
|
||||
Reference in New Issue
Block a user