$ cd /path/to/terraform-provider-pgrneo4jaura
$ TF_ACC=1 TF_LOG=INFO go test -v ./...
$ TF_ACC=1 TF_LOG=INFO go test -timeout 99999s -v ./...
$ # for a specific test only (example using TestAccPGRNeo4jInstance)
$ TF_ACC=1 TF_LOG=INFO go test -timeout 99999s -run TestAccPGRNeo4jInstance -v ./..
Run the following command to build and deploy the provider to your workstation.
$ make
Navigate to the examples
directory.
$ cd examples
Run the following command to initialize the workspace and apply the sample configuration.
$ terraform init && terraform apply