Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 847 Bytes

File metadata and controls

35 lines (24 loc) · 847 Bytes

Terraform Provider for FortiPath

This Terraform provider enables users to manage resources within FortiPath using Terraform, a popular infrastructure as code (IaC) tool.

Table of Contents

Requirements

  • Terraform 0.13.x
  • Go 1.16 (to build the provider plugin)

Installation

TODO: Instructions on how to install the Terraform Provider for FortiPath.

Usage

TODO: Basic usage instructions, including how to set up provider configuration.

Provider Configuration

provider "fortipath" {
  # Configuration options
}