{"id":20017049,"url":"https://github.com/blackbird-cloud/terraform-azurerm-redis-cache","last_synced_at":"2026-05-06T04:31:07.582Z","repository":{"id":232790333,"uuid":"785153937","full_name":"blackbird-cloud/terraform-azurerm-redis-cache","owner":"blackbird-cloud","description":"Terraform module to create an Azure Redis Cache","archived":false,"fork":false,"pushed_at":"2025-01-31T15:29:27.000Z","size":49,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-03-01T17:36:27.859Z","etag":null,"topics":["azure","redis","terraform"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":false,"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/blackbird-cloud.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-04-11T09:58:15.000Z","updated_at":"2025-01-31T15:29:09.000Z","dependencies_parsed_at":"2024-04-11T13:52:38.488Z","dependency_job_id":"116b1941-ec94-4658-9a84-ab20f2cb6197","html_url":"https://github.com/blackbird-cloud/terraform-azurerm-redis-cache","commit_stats":null,"previous_names":["blackbird-cloud/terraform-azurerm-redis-cache"],"tags_count":2,"template":false,"template_full_name":"blackbird-cloud/terraform-module-template","purl":"pkg:github/blackbird-cloud/terraform-azurerm-redis-cache","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackbird-cloud%2Fterraform-azurerm-redis-cache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackbird-cloud%2Fterraform-azurerm-redis-cache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackbird-cloud%2Fterraform-azurerm-redis-cache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackbird-cloud%2Fterraform-azurerm-redis-cache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blackbird-cloud","download_url":"https://codeload.github.com/blackbird-cloud/terraform-azurerm-redis-cache/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackbird-cloud%2Fterraform-azurerm-redis-cache/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32678568,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T02:33:58.958Z","status":"ssl_error","status_checked_at":"2026-05-06T02:33:39.611Z","response_time":117,"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":["azure","redis","terraform"],"created_at":"2024-11-13T08:14:15.468Z","updated_at":"2026-05-06T04:31:07.562Z","avatar_url":"https://github.com/blackbird-cloud.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- BEGIN_TF_DOCS --\u003e\n# Terraform Azurerm Redis Cache Module\nTerraform module to create an Azure Redis Cache\n\n[![blackbird-logo](https://raw.githubusercontent.com/blackbird-cloud/terraform-module-template/main/.config/logo_simple.png)](https://blackbird.cloud)\n\n## Example\n```hcl\nmodule \"azurerm_redis_cache\" {\n  source  = \"blackbird-cloud/redis-cache/azurerm\"\n  version = \"~\u003e 1\"\n\n  resource_group_name     = \"shared-tools\"\n  resource_group_location = \"westeurope\"\n\n  redis_name = \"example-redis\"\n\n  sku_name = \"Basic\"\n  family   = \"C\"\n  capacity = 1\n\n  redis_configuration = {\n\n  }\n\n  public_network_access_enabled = false\n  subnet_id                     = \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/shared-tools/providers/Microsoft.Network/virtualNetworks/vnet/subnets/default\"\n}\n```\n\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | \u003e= 1.2 |\n| \u003ca name=\"requirement_azurerm\"\u003e\u003c/a\u003e [azurerm](#requirement\\_azurerm) | ~\u003e 3 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_azurerm\"\u003e\u003c/a\u003e [azurerm](#provider\\_azurerm) | ~\u003e 3 |\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [azurerm_redis_cache.default](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/redis_cache) | resource |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_capacity\"\u003e\u003c/a\u003e [capacity](#input\\_capacity) | The size of the Redis instance | `number` | n/a | yes |\n| \u003ca name=\"input_family\"\u003e\u003c/a\u003e [family](#input\\_family) | The family of the Redis instance | `string` | n/a | yes |\n| \u003ca name=\"input_public_network_access_enabled\"\u003e\u003c/a\u003e [public\\_network\\_access\\_enabled](#input\\_public\\_network\\_access\\_enabled) | Whether or not public network access is enabled for the Redis instance | `bool` | `true` | no |\n| \u003ca name=\"input_redis_configuration\"\u003e\u003c/a\u003e [redis\\_configuration](#input\\_redis\\_configuration) | A map of Redis configuration settings | \u003cpre\u003eobject({\u003cbr\u003e    aof_backup_enabled                      = optional(bool, false)\u003cbr\u003e    aof_storage_connection_string_0         = optional(string, null)\u003cbr\u003e    aof_storage_connection_string_1         = optional(string, null)\u003cbr\u003e    enable_authentication                   = optional(bool, true)\u003cbr\u003e    active_directory_authentication_enabled = optional(bool, false)\u003cbr\u003e    maxmemory_reserved                      = optional(string, null)\u003cbr\u003e    maxmemory_delta                         = optional(string, null)\u003cbr\u003e    maxmemory_policy                        = optional(string, null)\u003cbr\u003e    maxfragmentation_memory_reserved        = optional(string, null)\u003cbr\u003e    data_persistence_authentication_method  = optional(string, null)\u003cbr\u003e    rdb_backup_enabled                      = optional(bool, false)\u003cbr\u003e    rdb_backup_frequency                    = optional(string, null)\u003cbr\u003e    rdb_backup_max_snapshot_count           = optional(number, null)\u003cbr\u003e    rdb_storage_connection_string           = optional(string, null)\u003cbr\u003e    storage_account_subscription_id         = optional(string, null)\u003cbr\u003e  })\u003c/pre\u003e | n/a | yes |\n| \u003ca name=\"input_redis_name\"\u003e\u003c/a\u003e [redis\\_name](#input\\_redis\\_name) | The name of the Redis instance | `string` | n/a | yes |\n| \u003ca name=\"input_resource_group_location\"\u003e\u003c/a\u003e [resource\\_group\\_location](#input\\_resource\\_group\\_location) | The location of the resource group | `string` | n/a | yes |\n| \u003ca name=\"input_resource_group_name\"\u003e\u003c/a\u003e [resource\\_group\\_name](#input\\_resource\\_group\\_name) | The name of the resource group | `string` | n/a | yes |\n| \u003ca name=\"input_sku_name\"\u003e\u003c/a\u003e [sku\\_name](#input\\_sku\\_name) | The SKU name of the Redis instance | `string` | n/a | yes |\n| \u003ca name=\"input_subnet_id\"\u003e\u003c/a\u003e [subnet\\_id](#input\\_subnet\\_id) | The ID of the subnet to place the Redis instance in | `string` | n/a | yes |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_redis_cache_host_name\"\u003e\u003c/a\u003e [redis\\_cache\\_host\\_name](#output\\_redis\\_cache\\_host\\_name) | The host name of the Redis Cache |\n| \u003ca name=\"output_redis_cache_id\"\u003e\u003c/a\u003e [redis\\_cache\\_id](#output\\_redis\\_cache\\_id) | The ID of the Redis Cache |\n| \u003ca name=\"output_redis_cache_name\"\u003e\u003c/a\u003e [redis\\_cache\\_name](#output\\_redis\\_cache\\_name) | The name of the Redis Cache |\n| \u003ca name=\"output_redis_cache_port\"\u003e\u003c/a\u003e [redis\\_cache\\_port](#output\\_redis\\_cache\\_port) | The port of the Redis Cache |\n| \u003ca name=\"output_redis_cache_primary_access_key\"\u003e\u003c/a\u003e [redis\\_cache\\_primary\\_access\\_key](#output\\_redis\\_cache\\_primary\\_access\\_key) | The primary access key of the Redis Cache |\n| \u003ca name=\"output_redis_cache_primary_connection_string\"\u003e\u003c/a\u003e [redis\\_cache\\_primary\\_connection\\_string](#output\\_redis\\_cache\\_primary\\_connection\\_string) | The primary connection string of the Redis Cache |\n| \u003ca name=\"output_redis_cache_secondary_access_key\"\u003e\u003c/a\u003e [redis\\_cache\\_secondary\\_access\\_key](#output\\_redis\\_cache\\_secondary\\_access\\_key) | The secondary access key of the Redis Cache |\n| \u003ca name=\"output_redis_cache_secondary_connection_string\"\u003e\u003c/a\u003e [redis\\_cache\\_secondary\\_connection\\_string](#output\\_redis\\_cache\\_secondary\\_connection\\_string) | The secondary connection string of the Redis Cache |\n| \u003ca name=\"output_redis_cache_ssl_port\"\u003e\u003c/a\u003e [redis\\_cache\\_ssl\\_port](#output\\_redis\\_cache\\_ssl\\_port) | The SSL port of the Redis Cache |\n| \u003ca name=\"output_redis_configuration\"\u003e\u003c/a\u003e [redis\\_configuration](#output\\_redis\\_configuration) | The Redis configuration of the Redis Cache |\n\n## About\n\nWe are [Blackbird Cloud](https://blackbird.cloud), Amsterdam based cloud consultancy, and cloud management service provider. We help companies build secure, cost efficient, and scale-able solutions.\n\nCheckout our other :point\\_right: [terraform modules](https://registry.terraform.io/namespaces/blackbird-cloud)\n\n## Copyright\n\nCopyright © 2017-2024 [Blackbird Cloud](https://blackbird.cloud)\n\u003c!-- END_TF_DOCS --\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackbird-cloud%2Fterraform-azurerm-redis-cache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblackbird-cloud%2Fterraform-azurerm-redis-cache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackbird-cloud%2Fterraform-azurerm-redis-cache/lists"}