{"id":15156379,"url":"https://github.com/cdktf/cdktf-provider-hashicups-go","last_synced_at":"2025-09-30T04:32:26.683Z","repository":{"id":61625663,"uuid":"541505690","full_name":"cdktf/cdktf-provider-hashicups-go","owner":"cdktf","description":"CDK for Terraform Go provider bindings for hashicups.","archived":true,"fork":false,"pushed_at":"2023-12-19T14:04:43.000Z","size":1717,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-25T13:05:11.426Z","etag":null,"topics":["cdk","cdktf","hashicups","pre-built-provider","provider","terraform","terraform-cdk"],"latest_commit_sha":null,"homepage":"https://cdk.tf","language":"Go","has_issues":false,"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/cdktf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-09-26T09:27:56.000Z","updated_at":"2023-12-19T14:26:07.000Z","dependencies_parsed_at":"2024-06-20T10:26:29.114Z","dependency_job_id":null,"html_url":"https://github.com/cdktf/cdktf-provider-hashicups-go","commit_stats":{"total_commits":28,"total_committers":2,"mean_commits":14.0,"dds":0.0357142857142857,"last_synced_commit":"f3b322a5fd2a0541ffc6f4366b4a373ee5c44e09"},"previous_names":["hashicorp/cdktf-provider-hashicups-go"],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/cdktf/cdktf-provider-hashicups-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdktf%2Fcdktf-provider-hashicups-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdktf%2Fcdktf-provider-hashicups-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdktf%2Fcdktf-provider-hashicups-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdktf%2Fcdktf-provider-hashicups-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cdktf","download_url":"https://codeload.github.com/cdktf/cdktf-provider-hashicups-go/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdktf%2Fcdktf-provider-hashicups-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277632336,"owners_count":25850732,"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-30T02:00:09.208Z","response_time":75,"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":["cdk","cdktf","hashicups","pre-built-provider","provider","terraform","terraform-cdk"],"created_at":"2024-09-26T19:20:43.812Z","updated_at":"2025-09-30T04:32:26.372Z","avatar_url":"https://github.com/cdktf.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CDKTF Go bindings for hashicorp/hashicups provider version 0.3.1\n\nHashiCorp made the decision to stop publishing new versions of prebuilt [Terraform hashicups provider](https://registry.terraform.io/providers/hashicorp/hashicups/0.3.1) bindings for [CDK for Terraform](https://cdk.tf) on December 19, 2023. As such, this repository has been archived and is no longer supported in any way by HashiCorp. Previously-published versions of this prebuilt provider will still continue to be available on their respective package managers (e.g. npm, PyPi, Maven, NuGet), but these will not be compatible with new releases of `cdktf` past `0.19.0` and are no longer eligible for commercial support.\n\nAs a reminder, you can continue to use the `hashicorp/hashicups` provider in your CDK for Terraform (CDKTF) projects, even with newer versions of CDKTF, but you will need to generate the bindings locally. The easiest way to do so is to use the [`provider add` command](https://developer.hashicorp.com/terraform/cdktf/cli-reference/commands#provider-add), optionally with the `--force-local` flag enabled:\n\ncdktf provider add hashicorp/hashicups --force-local\n\nFor more information and additional examples, check out our documentation on [generating provider bindings manually](https://cdk.tf/imports).\n\n## Deprecated Packages\n\n### NPM\n\nThe npm package is available at [https://www.npmjs.com/package/@cdktf/provider-hashicups](https://www.npmjs.com/package/@cdktf/provider-hashicups).\n\n`npm install @cdktf/provider-hashicups`\n\n### PyPI\n\nThe PyPI package is available at [https://pypi.org/project/cdktf-cdktf-provider-hashicups](https://pypi.org/project/cdktf-cdktf-provider-hashicups).\n\n`pipenv install cdktf-cdktf-provider-hashicups`\n\n### Nuget\n\nThe Nuget package is available at [https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Hashicups](https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Hashicups).\n\n`dotnet add package HashiCorp.Cdktf.Providers.Hashicups`\n\n### Maven\n\nThe Maven package is available at [https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-hashicups](https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-hashicups).\n\n```\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.hashicorp\u003c/groupId\u003e\n    \u003cartifactId\u003ecdktf-provider-hashicups\u003c/artifactId\u003e\n    \u003cversion\u003e[REPLACE WITH DESIRED VERSION]\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n## Deprecated Package\n\nThe go package is generated into the [`github.com/cdktf/cdktf-provider-hashicups-go`](https://github.com/cdktf/cdktf-provider-hashicups-go) package.\n\n`go get github.com/cdktf/cdktf-provider-hashicups-go/hashicups`\n\n## Docs\n\nFind auto-generated docs for this provider [here](https://github.com/cdktf/cdktf-provider-hashicups/blob/main/docs/API.go.md).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdktf%2Fcdktf-provider-hashicups-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcdktf%2Fcdktf-provider-hashicups-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdktf%2Fcdktf-provider-hashicups-go/lists"}