Skip to content

ryndaniels/terraform-provider-xray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform Provider Xray

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:

  • Terraform 0.11
  • Go 1.13+ (to build the provider plugin)

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.

About

Terraform provider to manage jfrog xray

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published