{"id":19522228,"url":"https://github.com/captaincodeman/gcp-redis-terraform","last_synced_at":"2026-03-19T10:16:34.353Z","repository":{"id":66357880,"uuid":"517876102","full_name":"CaptainCodeman/gcp-redis-terraform","owner":"CaptainCodeman","description":"Setup Redis Stack on Google Cloud Platform using Terraform","archived":false,"fork":false,"pushed_at":"2022-09-27T18:33:13.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-08T14:15:28.966Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CaptainCodeman.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":"2022-07-26T01:42:13.000Z","updated_at":"2022-09-27T18:29:52.000Z","dependencies_parsed_at":"2023-02-22T12:46:31.356Z","dependency_job_id":null,"html_url":"https://github.com/CaptainCodeman/gcp-redis-terraform","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CaptainCodeman%2Fgcp-redis-terraform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CaptainCodeman%2Fgcp-redis-terraform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CaptainCodeman%2Fgcp-redis-terraform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CaptainCodeman%2Fgcp-redis-terraform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CaptainCodeman","download_url":"https://codeload.github.com/CaptainCodeman/gcp-redis-terraform/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240771906,"owners_count":19854982,"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-11T00:37:50.659Z","updated_at":"2026-02-09T15:02:00.909Z","avatar_url":"https://github.com/CaptainCodeman.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GCP Redis Terraform\n\nExample configuration showing how to setup Redis Stack on Google Cloud Platform using Terraform.\n\nThis is not intended to be a comprehensive setup, just an example of how to get started. Expect to customize the network setup, instance size and Redis configuration to suite your needs.\n\nAs-is it will create an `e2-micro` instance with a 10Gb volume for data and Append Only File persistence (so your data will be there if you restart or resize the instance).\n\n## How to use\n\nFollow the guide to [Get Started on Google Cloud using Terraform](https://learn.hashicorp.com/collections/terraform/gcp-get-started).\n\nThe minimal pieces you need to do are [Install Terraform](https://learn.hashicorp.com/tutorials/terraform/install-cli?in=terraform/gcp-get-started#install-terraform) and [Setup GCP](https://learn.hashicorp.com/tutorials/terraform/google-cloud-platform-build?in=terraform/gcp-get-started#set-up-gcp).\n\nOnce you have a service-account JSON file and Terraform installed, you can install Redis.\n\nRename the `terraform.tfvars.template` file to `terraform.tfvars` and edit it's contents as required.\n\nInitialize Terraform:\n\n    terraform init\n\nUpdate the config to change the instance type or size, the Redis configuration and the GCP resource locations. See what it will change by running:\n\n    terraform plan\n\nInstall the instance by running\n\n    terraform apply\n\nOnce you're finished, you can clean-up using:\n\n    terraform destroy\n\n## Security\n\nDon't use the default password! Be sure to [Generate a unique password](https://1password.com/password-generator/) to use.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaptaincodeman%2Fgcp-redis-terraform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaptaincodeman%2Fgcp-redis-terraform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaptaincodeman%2Fgcp-redis-terraform/lists"}