{"id":41236249,"url":"https://github.com/gerbil/terraform-provider-opswat","last_synced_at":"2026-01-23T01:04:21.551Z","repository":{"id":191129488,"uuid":"683983942","full_name":"gerbil/terraform-provider-opswat","owner":"gerbil","description":"Opswat MetaDefender Core terraform provider","archived":false,"fork":false,"pushed_at":"2025-02-25T15:17:14.000Z","size":195,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-13T05:23:09.608Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gerbil.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-28T07:48:17.000Z","updated_at":"2025-02-25T15:17:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"64654d44-702d-4726-a62e-5138c7dfc963","html_url":"https://github.com/gerbil/terraform-provider-opswat","commit_stats":null,"previous_names":["gerbil/terraform-provider-opswat"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/gerbil/terraform-provider-opswat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerbil%2Fterraform-provider-opswat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerbil%2Fterraform-provider-opswat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerbil%2Fterraform-provider-opswat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerbil%2Fterraform-provider-opswat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gerbil","download_url":"https://codeload.github.com/gerbil/terraform-provider-opswat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerbil%2Fterraform-provider-opswat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28676501,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T01:00:35.747Z","status":"ssl_error","status_checked_at":"2026-01-23T01:00:19.529Z","response_time":144,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-23T01:04:21.036Z","updated_at":"2026-01-23T01:04:21.544Z","avatar_url":"https://github.com/gerbil.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Terraform Provider For OPSWAT Metadefender Core\n==================\n\n- Official API - https://docs.opswat.com/mdcore/metadefender-core (OAS 3)\n- Some additional APIs (not provided in the official api doc) supported (workflows, userdirectories for sso)\n- Documentation: https://registry.terraform.io/providers/jkteknologies/opswat/latest/docs\n- [![Release Go project](https://github.com/jkteknologies/terraform-provider-opswat/actions/workflows/release.yaml/badge.svg)](https://github.com/jkteknologies/terraform-provider-opswat/actions/workflows/release.yaml)\n\nSupported Versions\n------------------\n\n| Terraform version | Minimum Core version   | Maximum Core version |\n|-------------------|------------------------|----------------------| \n| \u003e= 1.10.x\t        | 5.13.0\t               | latest               |\n\nRequirements\n------------\n\n-\t[Terraform](https://www.terraform.io/downloads.html) 1.10+\n-\t[Go](https://golang.org/doc/install) 1.23+ (to build the provider plugin)\n\nBuilding The Provider\n---------------------\n\nClone repository to: `$GOPATH/src/github.com/jkteknologies/terraform-provider-opswat`\n\n```sh\n$ git clone https://github.com/jkteknologies/terraform-provider-opswat.git\n$ cd terraform-provider-opswat/\n```\n\nEnter the provider directory and build/install the provider\n\n```sh\n$ cd terraform-provider-opswat/\n$ go install .\n```\n\nUsing the provider\n----------------------\n```hcl\nterraform {\n  required_providers {\n    opswat = {\n      source = \"jkteknologies/opswat\"\n    }\n  }\n}\n```\n\n\n## Developing the Provider\n---------------------------\n\nIf you are new to plugin development, study the [Terraform Plugin Framework tutorial](https://developer.hashicorp.com/terraform/tutorials/providers-plugin-framework/providers-plugin-framework-provider) first.\n\nIf you wish to work on the provider, you'll first need [Go](http://www.golang.org) installed on your machine (version 1.23+ is *required*). You'll also need to correctly setup a [GOPATH](http://golang.org/doc/code.html#GOPATH), as well as adding `$GOPATH/bin` to your `$PATH`.\n\n### Windows development\n\nTo compile the provider, run `go install .`. This will build the provider and put the provider binary in the `$GOPATH/bin` directory.\n\n```shell\n$ cd C:\\Users\\xxx\\AppData\\Roaming\n```\n\nTo test local build - create/edit `terraform.rc` file in %APPDATA% Roaming:\n\n```text\nprovider_installation {\n\n  dev_overrides {\n    \"opswat\" = \"C:/Users/xxx/go/bin\" #GOBIN location\n  }\n\n  direct {}\n}\n```\n\n### Linux development\n\nTo compile the provider, run `go install .`. This will build the provider and put the provider binary in the `$GOPATH/bin` directory.\n\n```shell\ncd ~/go/bin\n```\n\nTo test local build - create/edit `.terraformrc` file in home directory:\n\n```text\nprovider_installation {\n\n  dev_overrides {\n    \"opswat\" = \"/home/xxx/go/bin\" #GOBIN location\n  }\n\n  direct {}\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgerbil%2Fterraform-provider-opswat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgerbil%2Fterraform-provider-opswat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgerbil%2Fterraform-provider-opswat/lists"}