This provider provides (limited) support for JFrog Xray. It is modeled after the Atlassian Artifactory Provider.
Build the Provider
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.
Requirements:
Clone repository to: `$GOPATH/src/github.com/ryndaniels/terraform-provider-xray
Enter the provider directory and build the provider
cd $GOPATH/src/github.com/ryndaniels/terraform-provider-xray
go build
To install the provider
cd $GOPATH/src/github.com/ryndaniels/terraform-provider-xray
go install
Contributors
This is a best effort provider at the moment. Pull requests, issues and comments are welcomed.