{"id":29571898,"url":"https://github.com/oceanbase/terraform-provider-oceanbase","last_synced_at":"2025-07-19T04:36:33.627Z","repository":{"id":279419064,"uuid":"934624567","full_name":"oceanbase/terraform-provider-oceanbase","owner":"oceanbase","description":"Terraform provider for OceanBase based on MultiCloud APIs","archived":false,"fork":false,"pushed_at":"2025-03-25T03:18:53.000Z","size":334,"stargazers_count":4,"open_issues_count":2,"forks_count":1,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-03-25T04:23:05.858Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/oceanbase.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-18T06:21:39.000Z","updated_at":"2025-03-25T03:15:11.000Z","dependencies_parsed_at":"2025-02-25T13:53:42.946Z","dependency_job_id":null,"html_url":"https://github.com/oceanbase/terraform-provider-oceanbase","commit_stats":null,"previous_names":["oceanbase/terraform-provider-oceanbase"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oceanbase/terraform-provider-oceanbase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oceanbase%2Fterraform-provider-oceanbase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oceanbase%2Fterraform-provider-oceanbase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oceanbase%2Fterraform-provider-oceanbase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oceanbase%2Fterraform-provider-oceanbase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oceanbase","download_url":"https://codeload.github.com/oceanbase/terraform-provider-oceanbase/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oceanbase%2Fterraform-provider-oceanbase/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265889162,"owners_count":23844539,"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":"2025-07-19T04:36:33.031Z","updated_at":"2025-07-19T04:36:33.603Z","avatar_url":"https://github.com/oceanbase.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform Provider for OceanBase\nThis provider allows user to manage OceanBase resources on cloud environment using terraform, it's based on OceanBase's [multi-cloud platform](https://console-cn.oceanbase.com) APIs.\n\n## Requirements\nGo 1.22 (to build the provider)\n\n## Building The Provider\nRun the following command to build the provider\n```\nmake build\n```\n## Using the provider\nFirst, configure the `.terraformrc` file under user's home directory, make sure to the real path where the binary located.\n```\nprovider_installation {\n\n  dev_overrides {\n      \"oceanbase.github.io/oceanbase/oceanbase\" = \"~/terraform-provider-oceanbase/bin\"\n  }\n\n  # For all other providers, install them directly from their origin provider\n  # registries as normal. If you omit this, Terraform will _only_ use\n  # the dev_overrides block, and so no other providers will be available.\n  direct {}\n}\n```\n\nYou can refer to the following config to use the provider.\n```\nterraform {\n  required_providers {\n    oceanbase = {\n      source  = \"oceanbase.github.io/oceanbase/oceanbase\"\n    }\n  }\n}\n\nprovider \"oceanbase\" {\n  access_key  = \"access_key\"\n  secret_key = \"secret_key\"\n  site = \"CHINA\" # CHINA or GLOBAL\n}\n```\nFor OceanBase related resources configurations, please refer to the files under example directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foceanbase%2Fterraform-provider-oceanbase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foceanbase%2Fterraform-provider-oceanbase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foceanbase%2Fterraform-provider-oceanbase/lists"}