{"id":28449393,"url":"https://github.com/enterprisedb/terraform-provider-biganimal","last_synced_at":"2026-03-03T22:01:36.402Z","repository":{"id":62823405,"uuid":"536231886","full_name":"EnterpriseDB/terraform-provider-biganimal","owner":"EnterpriseDB","description":"A terraform provider that uses the BigAnimal.com API in order to manage postgres clusters in the cloud","archived":false,"fork":false,"pushed_at":"2025-09-30T00:21:58.000Z","size":6506,"stargazers_count":13,"open_issues_count":27,"forks_count":1,"subscribers_count":42,"default_branch":"main","last_synced_at":"2025-10-05T15:00:09.796Z","etag":null,"topics":["database","enterprisedb","go","golang","postgresql","terraform","terraform-provider"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/providers/EnterpriseDB/biganimal/","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/EnterpriseDB.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-09-13T17:14:27.000Z","updated_at":"2025-09-24T11:43:54.000Z","dependencies_parsed_at":"2024-01-17T18:41:09.391Z","dependency_job_id":"0e78b76b-b786-4600-a944-c43170c439df","html_url":"https://github.com/EnterpriseDB/terraform-provider-biganimal","commit_stats":{"total_commits":384,"total_committers":35,"mean_commits":"10.971428571428572","dds":0.6822916666666667,"last_synced_commit":"1905afd3735ab7d735fd2b442a27c84a27f123f3"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/EnterpriseDB/terraform-provider-biganimal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnterpriseDB%2Fterraform-provider-biganimal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnterpriseDB%2Fterraform-provider-biganimal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnterpriseDB%2Fterraform-provider-biganimal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnterpriseDB%2Fterraform-provider-biganimal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EnterpriseDB","download_url":"https://codeload.github.com/EnterpriseDB/terraform-provider-biganimal/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnterpriseDB%2Fterraform-provider-biganimal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30063356,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T18:21:05.932Z","status":"ssl_error","status_checked_at":"2026-03-03T18:20:59.341Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["database","enterprisedb","go","golang","postgresql","terraform","terraform-provider"],"created_at":"2025-06-06T14:08:08.508Z","updated_at":"2026-03-03T22:01:36.377Z","avatar_url":"https://github.com/EnterpriseDB.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform Provider BigAnimal\n\nA Terraform Provider to manage your workloads\non [EDB BigAnimal](https://www.enterprisedb.com/products/biganimal-cloud-postgresql) interacting with the BigAnimal API.\nThe provider is licensed under the [MPL v2](https://www.mozilla.org/en-US/MPL/2.0/).\n\nIf you are willing to contribute please read [here](./CONTRIBUTING.md).\n\nMain links:\n\n- [License](./LICENSE)\n- [Code of Conduct](./CODE_OF_CONDUCT.md)\n- [Security](./SECURITY.md)\n- [Contributing](./CONTRIBUTING.md)\n- [Development](./DEVELOPMENT.md)\n\n## Requirements\n\n- [Terraform](https://www.terraform.io/downloads.html) \u003e= 0.13.x\n- [Go](https://golang.org/doc/install) \u003e= 1.19\n\n## Using the provider\n\nTo install the BigAnimal provider, copy and paste this code into your Terraform configuration. Then,\nrun `terraform init`.\n\n```hcl\nterraform {\n  required_providers {\n    biganimal = {\n      source  = \"EnterpriseDB/biganimal\"\n      version = \"3.1.1\"\n    }\n  }\n}\n\nprovider \"biganimal\" {\n  # Configuration options\n  ba_access_key = \u003credacted\u003e // See Getting an Access Key section for details\n}\n```\n\nYou can also set the `BA_ACCESS_KEY` environment variable. When it is set as env var, you\ndon't need to add any configuration options to the provider block described above.\n\n```bash\nexport BA_ACCESS_KEY=\u003credacted\u003e\n```\n\n### Getting an Access Key\n\nPlese refer to https://www.enterprisedb.com/docs/biganimal/latest/reference/access_key/\n\n## Development\n\nPlease visit the [DEVELOPMENT.md](./DEVELOPMENT.md) page for further details about development and testing.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenterprisedb%2Fterraform-provider-biganimal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenterprisedb%2Fterraform-provider-biganimal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenterprisedb%2Fterraform-provider-biganimal/lists"}