@pulumiverse/fortios
Version:
A Pulumi package for creating and managing Fortios resources. Based on terraform-provider-fortios: version v1.16.0
10 lines (9 loc) • 435 B
TypeScript
export { FmwpArgs, FmwpState } from "./fmwp";
export type Fmwp = import("./fmwp").Fmwp;
export declare const Fmwp: typeof import("./fmwp").Fmwp;
export { OtdtArgs, OtdtState } from "./otdt";
export type Otdt = import("./otdt").Otdt;
export declare const Otdt: typeof import("./otdt").Otdt;
export { OtvpArgs, OtvpState } from "./otvp";
export type Otvp = import("./otvp").Otvp;
export declare const Otvp: typeof import("./otvp").Otvp;