- Website: https://www.terraform.io
- Mailing list: Google Groups
This provider plugin is maintained by the team at Imperva.
Clone repository to: $GOPATH/src/github.com/terraform-providers/terraform-provider-incapsula
$ git clone [email protected]:imperva/terraform-provider-incapsula $GOPATH/src/github.com/terraform-providers/terraform-provider-incapsula
Enter the provider directory and build the provider
$ cd $GOPATH/src/github.com/imperva/terraform-provider-incapsula
$ make build
If you're building the provider, follow the instructions to install it as a plugin. After placing it into your plugins directory, run terraform init
to initialize it. Documentation about the provider specific configuration options can be found on the provider's website.
If you wish to work on the provider, you'll first need Go installed on your machine (version 1.11+ is required). You'll also need to correctly setup a GOPATH, as well as adding $GOPATH/bin
to your $PATH
.
To compile the provider, run make build
. This will build the provider and put the provider binary in the $GOPATH/bin
directory.
$ make bin
...
$ $GOPATH/bin/terraform-provider-incapsula
...
In order to test the provider, you can simply run make test
.
$ make test
In order to run the full suite of Acceptance tests, run make testacc
.
Note: Acceptance tests create real resources, and often cost money to run.
$ make testacc
An automation script is provided for Mac darwin 64amd based developers that encapsulates initial setups along make described commands. Please note that OS_ARCH=darwin_amd64 is uncommented in GNUmakefile for default Mac users, if needed for Linux users comment back and uncomment OS_ARCH=linux_amd64
Brew is a pre-requisite for this script, as the main package manager to install the dependent libraries such as Golang, Terraform and Git. More details about this script is provided as inner code comments and description.
Script location /scripts/tf-provider-incap-orch.sh.
Script installation command will clone this repository to /workspace folder as a first step and pull from git in subsequent runs.
It's recommended to download the script to some directory in local machine and start with installation command execution
./tf-provider-incap-orch.sh -i "youApiID" "youApiKey"