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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Resource: wiz_report_graph_query #185

Closed
cvirtucio opened this issue Dec 5, 2023 · 0 comments · Fixed by #184
Closed

New Resource: wiz_report_graph_query #185

cvirtucio opened this issue Dec 5, 2023 · 0 comments · Fixed by #184
Labels
enhancement New feature or request

Comments

@cvirtucio
Copy link
Contributor

Description

We'd like to have a wiz_report_graph_query resource that allows us to manage reports in wiz of type GRAPH_QUERY.

Potential Terraform Configuration

resource "wiz_report_graph_query" "cvirtucio_test_terraform" {
  name = "cvirtucio_test_terraform"
  project_id = var.project_id
  query = <<EOF
{
  "select": true,
  "type": [
    "CONTAINER_IMAGE"
  ],
  "where": {
    "name": {
      "CONTAINS": [
        "atlantis"
      ]
    }
  }
}
EOF
}

References

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant