Skip to content

fortinet/terraform-provider-fortiappseccloud

Repository files navigation

Terraform Provider for FortiAppSecCloud

Requirements

  • Terraform 0.13.x or higher

Installation

To automatically install this provider, add the following configuration to your main.tf file:

terraform {
  required_providers {
    fortiappseccloud = {
      source  = "fortinet/fortiappseccloud"
      version = "1.0.0"
    }
  }
}

provider "fortiappseccloud" {
  hostname  = "api.appsec.fortinet.com"
  api_token = "your_api_token"
}

Then run terraform init to download and install the provider:

$ terraform init

Compatibility

This provider has been tested with Terraform version 1.0.6. Versions above this may work but have not been fully tested.

License

This project is licensed under the MIT License.

Support

For bug reports, feature requests, or technical assistance, please contact FortiAppSecCloud Support. Note that access to support may require a valid subscription or license. For more information on obtaining support, visit the Fortinet Support. For details on how to contact support, see Contacting Customer Service.