{"id":20801870,"url":"https://github.com/philips-software/terraform-provider-hsdp","last_synced_at":"2025-04-05T17:08:43.854Z","repository":{"id":33313940,"uuid":"143529281","full_name":"philips-software/terraform-provider-hsdp","owner":"philips-software","description":"Terraform provider to orchestrate various HSDP resources like IAM, CDL, CDR, MDM, Container Host, Edge, etc","archived":false,"fork":false,"pushed_at":"2025-03-25T17:13:23.000Z","size":50738,"stargazers_count":34,"open_issues_count":7,"forks_count":14,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-03-29T16:09:27.680Z","etag":null,"topics":["ai","cartel","cdr","clinical-datalake","container-host","fhir","golang","healthsuite-edge","hsdp","infrastructure-as-code","terraform","terraform-provider"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/providers/philips-software/hsdp/latest","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/philips-software.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"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}},"created_at":"2018-08-04T13:03:39.000Z","updated_at":"2025-03-25T17:13:27.000Z","dependencies_parsed_at":"2023-10-02T12:47:55.740Z","dependency_job_id":"de866de2-c3d1-4b8d-a6e1-791d3303a2ec","html_url":"https://github.com/philips-software/terraform-provider-hsdp","commit_stats":null,"previous_names":[],"tags_count":311,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2Fterraform-provider-hsdp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2Fterraform-provider-hsdp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2Fterraform-provider-hsdp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2Fterraform-provider-hsdp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/philips-software","download_url":"https://codeload.github.com/philips-software/terraform-provider-hsdp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247369952,"owners_count":20927928,"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","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":["ai","cartel","cdr","clinical-datalake","container-host","fhir","golang","healthsuite-edge","hsdp","infrastructure-as-code","terraform","terraform-provider"],"created_at":"2024-11-17T18:24:53.397Z","updated_at":"2025-04-05T17:08:43.832Z","avatar_url":"https://github.com/philips-software.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HSDP Terraform provider\n\n- Documentation on [registry.terraform.io](https://registry.terraform.io/providers/philips-software/hsdp/latest/docs)\n\n## Overview\n\nA Terraform provider to provision and manage state of various HSDP specific resources.\n\n\u003e [!Important]\n\u003e This provider is not endorsed, supported or approved by HSDP. It is a Philips Open Source community managed project. Please do not raise\n\u003e SNOW tickets, instead open a issue on the [Github project](https://github.com/philips-software/terraform-provider-hsdp/issues).\n\n## Using the provider\n\n**Terraform 1.5.5+**: To install this provider, copy and paste this code into your Terraform configuration. Then, run terraform init.\n\n```terraform\nterraform {\n  required_providers {\n    hsdp = {\n      source = \"philips-software/hsdp\"\n      version = \"\u003e= 0.50.0\"\n    }\n  }\n}\n```\n\n## Development requirements\n\n-\t[Terraform](https://www.terraform.io/downloads.html) 1.5.5 or [OpenTofu](https://github.com/opentofu/opentofu) latest\n-\t[Go](https://golang.org/doc/install) 1.23 or newer (to build the provider plugin)\n\n## Building the provider\n\nClone repository somewhere:\n\n```sh\n$ git clone git@github.com:philips-software/terraform-provider-hsdp\n$ cd terraform-provider-hsdp\n$ go build .\n```\n## Debugging the provider\n\nYou can build and debug the provider locally:\n\n```sh\n$ go build .\n$ ./terraform-provider-hsdp -debug \nProvider started, to attach Terraform set the TF_REATTACH_PROVIDERS env var:\n\n\tTF_REATTACH_PROVIDERS='{\"registry.terraform.io/philips-software/hsdp\":{...}}}'\n```\n\nCopy the `TF_REATTACH_PROVIDERS` and run Terraform with this value set:\n\n```sh\n$ TF_REATTACH_PROVIDERS='...' terraform init -upgrade\n$ TF_REATTACH_PROVIDERS='...' terraform plan\n...\n```\n\nTerraform will now use the local running copy instead of the `philips-software/hsdp` registry version. Happy debugging!\n\n## Issues\n\nIf you have found an issue, please report it on the [issue tracker](https://github.com/philips-software/terraform-provider-hsdp/issues)\n\n## LICENSE\n\nLicense is MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilips-software%2Fterraform-provider-hsdp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphilips-software%2Fterraform-provider-hsdp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilips-software%2Fterraform-provider-hsdp/lists"}