@pulumi/gcp
Version:
A Pulumi package for creating and managing Google Cloud Platform resources.
7 lines (6 loc) • 434 B
TypeScript
export { PostureArgs, PostureState } from "./posture";
export type Posture = import("./posture").Posture;
export declare const Posture: typeof import("./posture").Posture;
export { PostureDeploymentArgs, PostureDeploymentState } from "./postureDeployment";
export type PostureDeployment = import("./postureDeployment").PostureDeployment;
export declare const PostureDeployment: typeof import("./postureDeployment").PostureDeployment;