{"id":31913867,"url":"https://github.com/clip-hpc/pulumi-infoblox","last_synced_at":"2026-07-21T15:38:57.004Z","repository":{"id":126220755,"uuid":"412396130","full_name":"CLIP-HPC/pulumi-infoblox","owner":"CLIP-HPC","description":null,"archived":false,"fork":false,"pushed_at":"2021-10-01T11:52:37.000Z","size":55,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-07-21T15:38:45.129Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CLIP-HPC.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":"COPYRIGHT","agents":null,"dco":null,"cla":null}},"created_at":"2021-10-01T08:56:09.000Z","updated_at":"2021-10-01T11:52:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"81645cd2-f6eb-4316-b4d6-49bf36821237","html_url":"https://github.com/CLIP-HPC/pulumi-infoblox","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"pulumi/pulumi-tf-provider-boilerplate","purl":"pkg:github/CLIP-HPC/pulumi-infoblox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIP-HPC%2Fpulumi-infoblox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIP-HPC%2Fpulumi-infoblox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIP-HPC%2Fpulumi-infoblox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIP-HPC%2Fpulumi-infoblox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CLIP-HPC","download_url":"https://codeload.github.com/CLIP-HPC/pulumi-infoblox/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIP-HPC%2Fpulumi-infoblox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35729245,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-21T02:00:06.728Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-10-13T18:54:49.577Z","updated_at":"2026-07-21T15:38:56.998Z","avatar_url":"https://github.com/CLIP-HPC.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform Bridge Provider Boilerplate\n\nThis repository contains boilerplate code for building a new Pulumi provider which wraps an existing\nTerraform provider, if the existing provider uses _Go Modules_.\n\nModify this README to describe:\n\n- The type of resources the provider manages\n- Add a build status image from Travis at the top of the README\n- Update package names in the information below\n- Add any important documentation of concepts (e.g. the \"serverless\" components in the AWS provider).\n\n## Creating a Pulumi Terraform Bridge Provider\n\nFirst, clone this repo with the name of the desired provider in place of `infoblox`:\n\n```\ngit clone https://github.com/pulumi/pulumi-tf-provider-boilerplate pulumi-infoblox\n```\n\nSecond, replace references to `infoblox` with the name of your provider:\n\n```\nmake prepare NAME=foo REPOSITORY=github.com/pulumi/pulumi-foo\n```\n\nNext, list the configuration points for the provider in the area of the README.\n\n\n\u003e Note: If the name of the desired Pulumi provider differs from the name of the Terraform provider, you will need to carefully distinguish between the references - see https://github.com/pulumi/pulumi-azure for an example.\n\n### Add dependencies\n\nIn order to properly build the sdks, the following tools are expected:\n- `pulumictl` (See the project's README for installation instructions: https://github.com/pulumi/pulumictl)\n\nIn the root of the repository, run:\n\n- `(cd provider \u0026\u0026 go get github.com/terraform-providers/terraform-provider-foo)`  (where `foo` is the name of the provider - note the parenthesis to run this in a subshell)\n- `(cd provider \u0026\u0026 go mod download)`\n\n### Build the provider:\n\n- Edit `provider/resources.go` to map each resource, and specify provider information\n- `make build_sdks`\n\n## Installing\n\nThis package is available in many languages in the standard packaging formats.\n\n### Node.js (Java/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n    $ npm install @pulumi/xyx\n\nor `yarn`:\n\n    $ yarn add @pulumi/xyx\n\n### Python\n\nTo use from Python, install using `pip`:\n\n    $ pip install pulumi_xyx\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library\n\n    $ go get github.com/CLIP-HPC/pulumi-infoblox/sdk/go/...\n\n## Configuration\n\nThe following configuration points are available for the `infoblox` provider:\n\n- `infoblox:apiKey` (environment: `XYZ_API_KEY`) - the API key for `infoblox`\n- `infoblox:region` (environment: `XYZ_REGION`) - the region in which to deploy resources\n\n## Reference\n\nFor detailed reference documentation, please visit [the API docs][1].\n\n\n[1]: https://www.pulumi.com/docs/reference/pkg/x/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclip-hpc%2Fpulumi-infoblox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclip-hpc%2Fpulumi-infoblox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclip-hpc%2Fpulumi-infoblox/lists"}