{"id":18930026,"url":"https://github.com/labd/terraform-provider-bluestonepim","last_synced_at":"2026-05-19T14:36:02.643Z","repository":{"id":253263794,"uuid":"786410905","full_name":"labd/terraform-provider-bluestonepim","owner":"labd","description":"Terraform Provider for Bluestone PIM","archived":false,"fork":false,"pushed_at":"2025-03-07T14:51:58.000Z","size":295,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-02T16:55:18.276Z","etag":null,"topics":["bluestonepim","terraform","terraform-provider"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/providers/labd/bluestonepim/latest/docs","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/labd.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["labd"]}},"created_at":"2024-04-14T11:34:47.000Z","updated_at":"2025-03-07T15:19:23.000Z","dependencies_parsed_at":"2024-08-15T16:16:29.916Z","dependency_job_id":"c16c3294-c564-4ead-8e73-a5c1b59054a7","html_url":"https://github.com/labd/terraform-provider-bluestonepim","commit_stats":null,"previous_names":["labd/terraform-provider-bluestonepim"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/labd/terraform-provider-bluestonepim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labd%2Fterraform-provider-bluestonepim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labd%2Fterraform-provider-bluestonepim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labd%2Fterraform-provider-bluestonepim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labd%2Fterraform-provider-bluestonepim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/labd","download_url":"https://codeload.github.com/labd/terraform-provider-bluestonepim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labd%2Fterraform-provider-bluestonepim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274217809,"owners_count":25243353,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"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":["bluestonepim","terraform","terraform-provider"],"created_at":"2024-11-08T11:36:16.150Z","updated_at":"2026-05-19T14:36:02.601Z","avatar_url":"https://github.com/labd.png","language":"Go","funding_links":["https://github.com/sponsors/labd"],"categories":[],"sub_categories":[],"readme":"# Bluestone PIM Terraform Provider\n\nThe Terraform provider allows you to configure your\n[Bluestone PIM](https://www.bluestonepim.com/) project with infrastructure-as-code\nprinciples.\n\n# Commercial support\n\nNeed support implementing this terraform provider in your organization? Or are\nyou missing features that need to be added, then we are able to offer support.\nPlease contact us at opensource@labdigital.nl\n\n# Quick start\n\n[Read our documentation](https://registry.terraform.io/providers/labd/bluestonepim/latest/docs)\n\n## Usage\n\nThe provider is distributed via the Terraform registry. To use it you need to configure\nthe [`required_provider`](https://www.terraform.io/language/providers/requirements#requiring-providers) block. For example:\n\n```hcl\nterraform {\n  required_providers {\n    bluestonepim = {\n      source = \"labd/bluestonepim\"\n\n      # It's recommended to pin the version, e.g.:\n      # version = \"~\u003e 0.0.1\"\n    }\n  }\n}\n\nprovider \"bluestonepim\" {\n  client_secret = \"your mapi client secret (api key)\"\n}\n\n\n```\n\n# Contributing\n\n## Requirements\n\n- [Go](https://golang.org/doc/install) \u003e= 1.20\n- [Task](https://taskfile.dev/installation/)\n- [Changie](https://github.com/miniscruff/changie)\n\n## Building the provider\n\nClone repository to\n\nEnter the provider directory and build the provider\n\n```sh\n$ task build-local\n```\n\nA build is created `terraform-provider-bluestonepim.0.0` in the root directory\nand added to plugin folder available locally:\n\n\nUse version `99.0.0` in the provider to test your changes locally\n\n```hcl\nterraform {\n  required_providers {\n    bluestonepim = {\n      source  = \"labd/bluestonepim\"\n      version = \"99.0.0\"\n    }\n  }\n}\n```\n\n## Debugging / Troubleshooting\n\nThere are two environment settings for troubleshooting:\n\n- `TF_LOG=INFO` enables debug output for Terraform.\n- `BSP_DEBUG=1` enables debug output to see request/responses to Bluestone PIM\n\nNote this generates a lot of output!\n\n## Releasing\n\nWhen creating a PR with changes, please include a changie file in the\n`changelogs/unreleased` folder. This file can be interactively generated by\nrunning `changie new` in the root of the project. Pick a suitable category for\nthe change. We recommend `Fixed` or `Added` for most cases. See the\n[changie configuration](./.changie.yaml) for the full list of categories.\n\nOnce a new version is released all the unreleased changelog files will be merged\nand added to the general CHANGELOG.md file.\n\n## Testing\n\n### Running the unit tests\n\n```sh\n$ task test\n```\n\n### Running the unit tests with coverage\n\n```sh\n$ task coverage\n```\n\n\n\n## Authors\n\nThis project is developed by [Lab Digital](https://www.labdigital.nl). We\nwelcome additional contributors. Please see our\n[GitHub repository](https://github.com/labd/terraform-provider-bluestonepim)\nfor more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flabd%2Fterraform-provider-bluestonepim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flabd%2Fterraform-provider-bluestonepim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flabd%2Fterraform-provider-bluestonepim/lists"}