@pulumiverse/fortios
Version:
A Pulumi package for creating and managing Fortios resources. Based on terraform-provider-fortios: version v1.16.0
13 lines (12 loc) • 697 B
TypeScript
export { HostkeyArgs, HostkeyState } from "./hostkey";
export type Hostkey = import("./hostkey").Hostkey;
export declare const Hostkey: typeof import("./hostkey").Hostkey;
export { LocalcaArgs, LocalcaState } from "./localca";
export type Localca = import("./localca").Localca;
export declare const Localca: typeof import("./localca").Localca;
export { LocalkeyArgs, LocalkeyState } from "./localkey";
export type Localkey = import("./localkey").Localkey;
export declare const Localkey: typeof import("./localkey").Localkey;
export { SettingArgs, SettingState } from "./setting";
export type Setting = import("./setting").Setting;
export declare const Setting: typeof import("./setting").Setting;