Skip to content

xray watches resource #92

@josh-barker

Description

@josh-barker

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"
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions