OpenAxon / terraform-provider-identitynow

Terraform provider for IdentityNow cloud-based access management product
Mozilla Public License 2.0
11 stars 7 forks source link

To find how you can declare resources see examples folder

Limitations:

Development

Edit the Go files that make up the provider, and rebuild the provider.

./scripts/build.sh

This script places the provider binary in an implied local mirror directory ($HOME/.terraform.d/plugins/). See build.sh for more comments about ensuring that Terraform uses the local mirror rather than searching the remote registry.

Testing the Provider

In order to test the provider, you can simply run make test.

$ make test

In order to run the full suite of Acceptance test identitynow url, client id and secret, owner name and id, cluster name and id are needed to make the API call to create IdentityNow source for test.

To run acceptance tests, first you need to update the script/gotestacc_vars.sh with above variables values and then simply run make testacc.

$ make testacc