@pulumi/gcp
Version:
A Pulumi package for creating and managing Google Cloud Platform resources.
7 lines • 437 B
TypeScript
export { ConfigArgs, ConfigState } from "./config";
export type Config = import("./config").Config;
export declare const Config: typeof import("./config").Config;
export { GetConfigArgs, GetConfigResult, GetConfigOutputArgs } from "./getConfig";
export declare const getConfig: typeof import("./getConfig").getConfig;
export declare const getConfigOutput: typeof import("./getConfig").getConfigOutput;
//# sourceMappingURL=index.d.ts.map