@pulumiverse/fortios
Version:
A Pulumi package for creating and managing Fortios resources. Based on terraform-provider-fortios: version v1.16.0
23 lines • 851 B
JavaScript
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
Object.defineProperty(exports, "__esModule", { value: true });
exports.web = exports.video = exports.ssh = exports.spam = exports.sctp = exports.file = exports.email = exports.dns = void 0;
// Export sub-modules:
const dns = require("./dns");
exports.dns = dns;
const email = require("./email");
exports.email = email;
const file = require("./file");
exports.file = file;
const sctp = require("./sctp");
exports.sctp = sctp;
const spam = require("./spam");
exports.spam = spam;
const ssh = require("./ssh");
exports.ssh = ssh;
const video = require("./video");
exports.video = video;
const web = require("./web");
exports.web = web;
//# sourceMappingURL=index.js.map
;