# FortiOS provider

FortiOS provider for pulumi, based on [Fortinet's terraform provider](https://github.com/fortinetdev/terraform-provider-fortios).

## Installing

This package is available in many languages in the standard packaging formats.

There are currently no packages for dotnet.

### Node.js (Java/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either `npm`:

    $ npm install @lubyou/fortios

or `yarn`:

    $ yarn add @lubyou/fortios

### Python

To use from Python, install using `pip`:

    $ pip install pulumi_fortios

### Go

To use from Go, use `go get` to grab the latest version of the library

    $ go get github.com/lubyou/pulumi-fortios/sdk/go/...

## Reference

For detailed reference documentation, please visit [the API docs][1].


[1]: https://registry.terraform.io/providers/fortinetdev/fortios/latest/docs
