@pulumi/openstack
Version:
A Pulumi package for creating and managing OpenStack cloud resources.
16 lines (15 loc) • 1.07 kB
TypeScript
export { ContainerV1Args, ContainerV1State } from "./containerV1";
export type ContainerV1 = import("./containerV1").ContainerV1;
export declare const ContainerV1: typeof import("./containerV1").ContainerV1;
export { GetContainerArgs, GetContainerResult, GetContainerOutputArgs } from "./getContainer";
export declare const getContainer: typeof import("./getContainer").getContainer;
export declare const getContainerOutput: typeof import("./getContainer").getContainerOutput;
export { GetSecretArgs, GetSecretResult, GetSecretOutputArgs } from "./getSecret";
export declare const getSecret: typeof import("./getSecret").getSecret;
export declare const getSecretOutput: typeof import("./getSecret").getSecretOutput;
export { OrderV1Args, OrderV1State } from "./orderV1";
export type OrderV1 = import("./orderV1").OrderV1;
export declare const OrderV1: typeof import("./orderV1").OrderV1;
export { SecretV1Args, SecretV1State } from "./secretV1";
export type SecretV1 = import("./secretV1").SecretV1;
export declare const SecretV1: typeof import("./secretV1").SecretV1;