- Official website: https://www.terraform.io
- For support, please contact your Fortinet representative.
- Terraform 0.13.x or higher
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
This provider has been tested with Terraform version 1.0.6. Versions above this may work but have not been fully tested.
This project is licensed under the MIT License.
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.