@pulumiverse/scaleway
Version:
A Pulumi package for creating and managing Scaleway cloud resources.
13 lines (12 loc) • 823 B
TypeScript
export { GetSecretArgs, GetSecretResult, GetSecretOutputArgs } from "./getSecret";
export declare const getSecret: typeof import("./getSecret").getSecret;
export declare const getSecretOutput: typeof import("./getSecret").getSecretOutput;
export { GetVersionArgs, GetVersionResult, GetVersionOutputArgs } from "./getVersion";
export declare const getVersion: typeof import("./getVersion").getVersion;
export declare const getVersionOutput: typeof import("./getVersion").getVersionOutput;
export { SecretArgs, SecretState } from "./secret";
export type Secret = import("./secret").Secret;
export declare const Secret: typeof import("./secret").Secret;
export { VersionArgs, VersionState } from "./version";
export type Version = import("./version").Version;
export declare const Version: typeof import("./version").Version;