jfrog / terraform-provider-xray

Terraform provider to manage JFrog Xray
https://jfrog.com/xray/
Apache License 2.0
149 stars 12 forks source link

GH-77, add xray_repository_config resource #81

Closed danielmkn closed 1 year ago

danielmkn commented 1 year ago

Added the resource, tests, documentation, and HCL examples. Also added the ability to disable license check (from customer's PR).

danielmkn commented 1 year ago

@shrajfr12, go vet on *.go files doesn't return anything.

If you go the directory where have main.go and run go vet -v ./... it should produce output Or from IntelliJ select a go file and select go tools and go vet

danielmkn commented 1 year ago

@alexhung , fixed all comments except attribute names. Let's discuss it tomorrow.