-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
Hi, I'd like to be able to configure watch in XRay using terraform.
I have found a go package for xray which is based on go-artifactory.
I'm wondering if you would consider including that package in this provider, or do you think its more appropriate to make a separate provider?
Cheers!
New or Affected Resource(s)
- artifactory_xray_watches
Potential Terraform Configuration
resource "artifactory_xray_watches" "example" {
name = "example-watches"
description = "example description"
active = true
project_resource {
type = "repository"
bin_mgr_id = "art-prod-eu"
name = "libs-release-local"
filters = [
{
type = "regex"
value = ".*"
}
]
}
policy {
name = "default-policy"
type = "security"
}
}
Constantin07, satyamag-anz, lindsayloughlin, hexuanz, ievans-anz and 6 more
Metadata
Metadata
Assignees
Labels
No labels