Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

xray watches resource #92

Open
josh-barker opened this issue Aug 27, 2020 · 1 comment
Open

xray watches resource #92

josh-barker opened this issue Aug 27, 2020 · 1 comment

Comments

@josh-barker
Copy link

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"
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants