{"id":20578098,"url":"https://github.com/timeplus-io/terraform-provider-timeplus","last_synced_at":"2026-04-21T00:05:07.076Z","repository":{"id":189818732,"uuid":"681292459","full_name":"timeplus-io/terraform-provider-timeplus","owner":"timeplus-io","description":"Terraform provider for Timeplus.","archived":false,"fork":false,"pushed_at":"2024-12-28T00:10:39.000Z","size":138,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-01-16T22:16:50.328Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/providers/timeplus-io/timeplus/","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/timeplus-io.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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}},"created_at":"2023-08-21T17:37:37.000Z","updated_at":"2024-12-28T00:18:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"d5331f29-2813-4c8e-a093-f837e2ac0612","html_url":"https://github.com/timeplus-io/terraform-provider-timeplus","commit_stats":null,"previous_names":["timeplus-io/terraform-provider-timeplus"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timeplus-io%2Fterraform-provider-timeplus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timeplus-io%2Fterraform-provider-timeplus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timeplus-io%2Fterraform-provider-timeplus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timeplus-io%2Fterraform-provider-timeplus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timeplus-io","download_url":"https://codeload.github.com/timeplus-io/terraform-provider-timeplus/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242200323,"owners_count":20088413,"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":[],"created_at":"2024-11-16T06:10:32.219Z","updated_at":"2025-12-12T07:30:37.442Z","avatar_url":"https://github.com/timeplus-io.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://terraform.io\"\u003e\n    \u003cimg src=\".github/tf.png\" alt=\"Terraform logo\" title=\"Terraform\" align=\"left\" height=\"50\" /\u003e\n\u003c/a\u003e\n\n# Timeplus Provider for Terraform\n\nThe Timeplus provider for Terraform is a plugin that enables full lifecycle management of Timeplus resources.\n\n## Requirements\n\n- [Terraform](https://developer.hashicorp.com/terraform/downloads) \u003e= 1.0\n- [Go](https://golang.org/doc/install) \u003e= 1.23.0\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## Using the provider\n\nTo use the provider, simply add it to your terraform file, for example:\n\n```terraform\nterraform {\n  required_providers {\n    timeplus = {\n      source  = \"timeplus-io/timeplus\"\n      version = \"\u003e= 0.1.2\"\n    }\n  }\n}\n\nprovider \"timeplus\" {\n  endpoint = \"http://localhost:8000\"\n  username  = \"proton\"\n  password  = \"proton@t+\"\n}\n```\n\nThen you can start provisioning Timeplus resources, and below is an example of stream:\n\n```terraform\nresource \"timeplus_stream\" \"example\" {\n    name = \"example\"\n    description = \"the example stream from the provider README file\"\n    column {\n      name = \"col_1\"\n      type = \"string\"\n    }\n    column {\n      name = \"col_2\"\n      type = \"int64\"\n    }\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. Please follow [Prepare Terraform for local provider install](https://developer.hashicorp.com/terraform/tutorials/providers-plugin-framework/providers-plugin-framework-provider#prepare-terraform-for-local-provider-install) to use the locally-built provider to test it.\n\nTo generate or update documentation, run `go generate`.\n\n## Useful documentations for provider development\n\n- Timeplus document web site: https://docs.timeplus.com/\n- Terraform plugin framework doc: https://developer.hashicorp.com/terraform/plugin/framework\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimeplus-io%2Fterraform-provider-timeplus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimeplus-io%2Fterraform-provider-timeplus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimeplus-io%2Fterraform-provider-timeplus/lists"}