{"id":34179243,"url":"https://github.com/devon-mar/terraform-provider-nblists","last_synced_at":"2026-03-09T23:34:48.411Z","repository":{"id":104251399,"uuid":"585262313","full_name":"devon-mar/terraform-provider-nblists","owner":"devon-mar","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-05T05:33:39.000Z","size":320,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-05T10:40:55.076Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/providers/devon-mar/nblists/latest","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/devon-mar.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-01-04T18:17:40.000Z","updated_at":"2026-03-05T05:27:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"83078340-cae5-41c6-acd5-ec59da96b792","html_url":"https://github.com/devon-mar/terraform-provider-nblists","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":"hashicorp/terraform-provider-scaffolding-framework","purl":"pkg:github/devon-mar/terraform-provider-nblists","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devon-mar%2Fterraform-provider-nblists","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devon-mar%2Fterraform-provider-nblists/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devon-mar%2Fterraform-provider-nblists/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devon-mar%2Fterraform-provider-nblists/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devon-mar","download_url":"https://codeload.github.com/devon-mar/terraform-provider-nblists/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devon-mar%2Fterraform-provider-nblists/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30316772,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T20:05:46.299Z","status":"ssl_error","status_checked_at":"2026-03-09T19:57:04.425Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":"2025-12-15T13:12:34.662Z","updated_at":"2026-03-09T23:34:48.398Z","avatar_url":"https://github.com/devon-mar.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform Provider NetBox Lists\n\nA Terraform provider to interact with the [NetBox Lists](https://github.com/devon-mar/netbox-lists) plugin for NetBox.\n\n## Requirements\n\n- [Terraform](https://www.terraform.io/downloads.html) \u003e= 1.0\n- [Go](https://golang.org/doc/install) \u003e= 1.19\n\n## Building The Provider\n\n1. Clone the repository\n1. Enter the repository directory\n1. Build the provider using the Go `install` command:\n\n```shell\ngo install\n```\n\n## Adding Dependencies\n\nThis provider uses [Go modules](https://github.com/golang/go/wiki/Modules).\nPlease see the Go documentation for the most up to date information about using Go modules.\n\nTo add a new dependency `github.com/author/dependency` to your Terraform provider:\n\n```shell\ngo get github.com/author/dependency\ngo mod tidy\n```\n\nThen commit the changes to `go.mod` and `go.sum`.\n\n## Using the provider\n\n```hcl\nprovider \"nblists\" {\n  # The provider can also be configured through environment variables\n  url   = \"https://netbox.example.com\"\n  token = \"mytokenhere\"\n}\n\n# Get IP addresses with the \"special\" tag\ndata \"nblists_list\" \"special\" {\n  endpoint = \"ip-addresses\"\n  filter = {\n    tag = [\"special\"]\n  }\n}\n\n# Use the data\nresource \"some_resource\" \"r\" {\n  cidrs = data.nblists_list.special.list\n}\n```\n\n## Developing the Provider\n\nIf you wish to work on the provider, you'll first need [Go](http://www.golang.org) installed on your machine (see [Requirements](#requirements) above).\n\nTo compile the provider, run `go install`. This will build the provider and put the provider binary in the `$GOPATH/bin` directory.\n\nTo generate or update documentation, run `go generate`.\n\nIn order to run the full suite of Acceptance tests, run `make testacc`.\n\n*Note:* Acceptance tests create real resources, and often cost money to run.\n\n```shell\nmake testacc\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevon-mar%2Fterraform-provider-nblists","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevon-mar%2Fterraform-provider-nblists","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevon-mar%2Fterraform-provider-nblists/lists"}