{"id":15187300,"url":"https://github.com/ridwanbejo/terraform-cassandra-admin","last_synced_at":"2026-03-03T01:38:44.511Z","repository":{"id":217064019,"uuid":"743022320","full_name":"ridwanbejo/terraform-cassandra-admin","owner":"ridwanbejo","description":"Terraform module for managing Cassandra role, grant and database","archived":false,"fork":false,"pushed_at":"2024-04-24T00:51:56.000Z","size":15,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-26T08:24:49.588Z","etag":null,"topics":["acl","apache","automation","cassandra","database","devops","hashicorp","hcl","iac","iam","rbac","sysadmin","terraform"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ridwanbejo.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":"2024-01-14T04:20:35.000Z","updated_at":"2024-01-14T04:35:53.000Z","dependencies_parsed_at":"2024-01-14T11:03:28.020Z","dependency_job_id":"6a17d45b-c96b-4aa0-916d-2a1dd6d392c2","html_url":"https://github.com/ridwanbejo/terraform-cassandra-admin","commit_stats":null,"previous_names":["ridwanbejo/terraform-cassandra-admin"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ridwanbejo/terraform-cassandra-admin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ridwanbejo%2Fterraform-cassandra-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ridwanbejo%2Fterraform-cassandra-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ridwanbejo%2Fterraform-cassandra-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ridwanbejo%2Fterraform-cassandra-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ridwanbejo","download_url":"https://codeload.github.com/ridwanbejo/terraform-cassandra-admin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ridwanbejo%2Fterraform-cassandra-admin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30029705,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T00:31:48.536Z","status":"ssl_error","status_checked_at":"2026-03-03T00:30:56.176Z","response_time":60,"last_error":"SSL_read: 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":["acl","apache","automation","cassandra","database","devops","hashicorp","hcl","iac","iam","rbac","sysadmin","terraform"],"created_at":"2024-09-27T18:09:45.304Z","updated_at":"2026-03-03T01:38:44.491Z","avatar_url":"https://github.com/ridwanbejo.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform Cassandra Admin\n\nThis is a Terraform module for managing keyspace, grant and role at Cassandra. You can use this module both for commercial or non-commercial purposes.\n\nCurrently, you can manage these resources in Cassandra by using this module:\n\n- keyspace\n- grant\n- role\n\nTested in:\n\n- Apache Cassandra\n\n## A. Prerequisites\n\nRequirements:\n\n- Terraform with version \u003e= 1.4\n\n## B. How to use this module for your Terraform project ?\n\nYou can check any examples projects that use this module under `examples` directory.\n\n- keyspace-1-basic\n- keyspace-2-multiple\n- role-1-basic\n- role-2-grant\n- role-3-multiple\n\n## C. Understanding tfvars scenarios\n\nYou can check any examples tfvars that use this module under `examples` directory.\n\n- keyspace-1-basic\n- keyspace-2-multiple\n- role-1-basic\n- role-2-grant\n- role-3-multiple\n\n## D. Ensuring quality\n\nI am trying to follow these approaches for ensuring quality of the tf-module:\n\n- **validate**, ensure my Terraform module is in correct configuration based on Terraform guideline\n- **auto-format**, ensure my Terraform script is edited with correct format based on Terraform guideline\n- **linter**, ensure my Terraform script is in correct format based on Terraform guideline\n- **security**, ensure my Terraform module is free from CVE and stay compliance\n- **automation**, run all above steps by using automation tool to improve development time and keep best quality before or after merging to Git repository\n\n\nThe tools:\n\n- [terraform validate](https://developer.hashicorp.com/terraform/cli/commands)\n- [terraform fmt](https://developer.hashicorp.com/terraform/cli/commands)\n- [tflint](https://github.com/terraform-lint48ers/tflint)\n- [tfsec](https://github.com/aquasecurity/tfsec)\n- [Pre-commit](https://pre-commit.com/)\n- Github Action [Setup Terraform pipeline](https://github.com/hashicorp/setup-terraform)\n\n## E. How to contribute ?\n\nIf you find any issue, you can raise it here at our [Issue Tracker](https://github.com/ridwanbejo/terraform-cassandra-admin/issues)\n\nIf you have something that you want to merge to this repo, just raise [Pull Requests](https://github.com/ridwanbejo/terraform-cassandra-admin/pulls)\n\nEnsure that you install all the tools from section D. for development purpose.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fridwanbejo%2Fterraform-cassandra-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fridwanbejo%2Fterraform-cassandra-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fridwanbejo%2Fterraform-cassandra-admin/lists"}