@pulumi/gcp
Version:
A Pulumi package for creating and managing Google Cloud Platform resources.
7 lines • 475 B
TypeScript
export { GetInstanceArgs, GetInstanceResult, GetInstanceOutputArgs } from "./getInstance";
export declare const getInstance: typeof import("./getInstance").getInstance;
export declare const getInstanceOutput: typeof import("./getInstance").getInstanceOutput;
export { InstanceArgs, InstanceState } from "./instance";
export type Instance = import("./instance").Instance;
export declare const Instance: typeof import("./instance").Instance;
//# sourceMappingURL=index.d.ts.map