{"id":27044121,"url":"https://github.com/libre-devops/terraform-azurerm-redis","last_synced_at":"2026-01-29T09:39:58.567Z","repository":{"id":285250221,"uuid":"624056712","full_name":"libre-devops/terraform-azurerm-redis","owner":"libre-devops","description":"A module used to deploy a Azure Cache for Redis","archived":false,"fork":false,"pushed_at":"2023-04-05T18:19:29.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-13T14:07:10.001Z","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/libre-devops.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2023-04-05T16:47:37.000Z","updated_at":"2023-04-05T16:47:43.000Z","dependencies_parsed_at":"2025-03-30T15:44:42.742Z","dependency_job_id":"3d124bca-9f33-4991-b1d2-e2262abcc24a","html_url":"https://github.com/libre-devops/terraform-azurerm-redis","commit_stats":null,"previous_names":["libre-devops/terraform-azurerm-redis"],"tags_count":1,"template":false,"template_full_name":"libre-devops/terraform-module-template","purl":"pkg:github/libre-devops/terraform-azurerm-redis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libre-devops%2Fterraform-azurerm-redis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libre-devops%2Fterraform-azurerm-redis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libre-devops%2Fterraform-azurerm-redis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libre-devops%2Fterraform-azurerm-redis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/libre-devops","download_url":"https://codeload.github.com/libre-devops/terraform-azurerm-redis/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libre-devops%2Fterraform-azurerm-redis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28874121,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T07:35:32.468Z","status":"ssl_error","status_checked_at":"2026-01-29T07:33:31.463Z","response_time":59,"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":[],"created_at":"2025-04-05T05:19:09.052Z","updated_at":"2026-01-29T09:39:58.531Z","avatar_url":"https://github.com/libre-devops.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Requirements\n\nNo requirements.\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_azurerm\"\u003e\u003c/a\u003e [azurerm](#provider\\_azurerm) | n/a |\n\n## Modules\n\nNo modules.\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [azurerm_redis_cache.redis](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 capacity of the redis cache | `number` | n/a | yes |\n| \u003ca name=\"input_enable_non_ssl_port\"\u003e\u003c/a\u003e [enable\\_non\\_ssl\\_port](#input\\_enable\\_non\\_ssl\\_port) | Whether a Non SSL port should be enabled, defaults to false | `bool` | `false` | no |\n| \u003ca name=\"input_family\"\u003e\u003c/a\u003e [family](#input\\_family) | The family of the redis cache, can either be C or P | `string` | n/a | yes |\n| \u003ca name=\"input_identity_ids\"\u003e\u003c/a\u003e [identity\\_ids](#input\\_identity\\_ids) | Specifies a list of user managed identity ids to be assigned to the VM. | `list(string)` | `[]` | no |\n| \u003ca name=\"input_identity_type\"\u003e\u003c/a\u003e [identity\\_type](#input\\_identity\\_type) | The Managed Service Identity Type of this Virtual Machine. | `string` | `\"\"` | no |\n| \u003ca name=\"input_location\"\u003e\u003c/a\u003e [location](#input\\_location) | The location for this resource to be put in | `string` | n/a | yes |\n| \u003ca name=\"input_minimum_tls_version\"\u003e\u003c/a\u003e [minimum\\_tls\\_version](#input\\_minimum\\_tls\\_version) | The minimum tls version of the cache, defaut is 1.2 | `string` | `\"1.2\"` | no |\n| \u003ca name=\"input_patch_schedule\"\u003e\u003c/a\u003e [patch\\_schedule](#input\\_patch\\_schedule) | The patch schedule block if declared | `any` | `null` | no |\n| \u003ca name=\"input_private_static_ip_address\"\u003e\u003c/a\u003e [private\\_static\\_ip\\_address](#input\\_private\\_static\\_ip\\_address) | Whether a static ip should be used if this redis cache is connected to a subnet | `bool` | `null` | no |\n| \u003ca name=\"input_public_network_access_enabled\"\u003e\u003c/a\u003e [public\\_network\\_access\\_enabled](#input\\_public\\_network\\_access\\_enabled) | Whether the Redis can be reach by private AND public or Private only, defaults to true | `bool` | `true` | no |\n| \u003ca name=\"input_redis_configuration\"\u003e\u003c/a\u003e [redis\\_configuration](#input\\_redis\\_configuration) | The redis configuration block | `any` | `null` | no |\n| \u003ca name=\"input_redis_name\"\u003e\u003c/a\u003e [redis\\_name](#input\\_redis\\_name) | The name of the cache, note, must be globally unique | `string` | n/a | yes |\n| \u003ca name=\"input_redis_version\"\u003e\u003c/a\u003e [redis\\_version](#input\\_redis\\_version) | The version of redis to be used, default is 6 | `number` | `6` | no |\n| \u003ca name=\"input_replicas_per_master\"\u003e\u003c/a\u003e [replicas\\_per\\_master](#input\\_replicas\\_per\\_master) | The amount of replicas per master configured. default is null | `string` | `null` | no |\n| \u003ca name=\"input_replicas_per_primary\"\u003e\u003c/a\u003e [replicas\\_per\\_primary](#input\\_replicas\\_per\\_primary) | The amount of replicas per primary configured. default is null | `string` | `null` | no |\n| \u003ca name=\"input_rg_name\"\u003e\u003c/a\u003e [rg\\_name](#input\\_rg\\_name) | The name of the resource group, this module does not create a resource group, it is expecting the value of a resource group already exists | `string` | n/a | yes |\n| \u003ca name=\"input_shard_count\"\u003e\u003c/a\u003e [shard\\_count](#input\\_shard\\_count) | The shard count if the SKU is premium | `string` | `null` | no |\n| \u003ca name=\"input_sku\"\u003e\u003c/a\u003e [sku](#input\\_sku) | The sku of the redis cache, Basic, Standard or Premium | `string` | n/a | yes |\n| \u003ca name=\"input_subnet_id\"\u003e\u003c/a\u003e [subnet\\_id](#input\\_subnet\\_id) | The id of the subnet this redis cache is connected to | `string` | `null` | no |\n| \u003ca name=\"input_tags\"\u003e\u003c/a\u003e [tags](#input\\_tags) | A map of the tags to use on the resources that are deployed with this module. | `map(string)` | \u003cpre\u003e{\u003cbr\u003e  \"source\": \"terraform\"\u003cbr\u003e}\u003c/pre\u003e | no |\n| \u003ca name=\"input_zones\"\u003e\u003c/a\u003e [zones](#input\\_zones) | The zones in which a redis cache is deployed, default is null | `list(string)` | `null` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_redis_configuration\"\u003e\u003c/a\u003e [redis\\_configuration](#output\\_redis\\_configuration) | The configuration block of the redis cache |\n| \u003ca name=\"output_redis_hostname\"\u003e\u003c/a\u003e [redis\\_hostname](#output\\_redis\\_hostname) | The hostname of the redis |\n| \u003ca name=\"output_redis_id\"\u003e\u003c/a\u003e [redis\\_id](#output\\_redis\\_id) | The ID of the redis |\n| \u003ca name=\"output_redis_identity\"\u003e\u003c/a\u003e [redis\\_identity](#output\\_redis\\_identity) | The identity block of the redis cache |\n| \u003ca name=\"output_redis_name\"\u003e\u003c/a\u003e [redis\\_name](#output\\_redis\\_name) | The name of the redis |\n| \u003ca name=\"output_redis_port\"\u003e\u003c/a\u003e [redis\\_port](#output\\_redis\\_port) | The port of the redis cache |\n| \u003ca name=\"output_redis_primary_access_key\"\u003e\u003c/a\u003e [redis\\_primary\\_access\\_key](#output\\_redis\\_primary\\_access\\_key) | The primary access key of the redis |\n| \u003ca name=\"output_redis_primary_connection_string\"\u003e\u003c/a\u003e [redis\\_primary\\_connection\\_string](#output\\_redis\\_primary\\_connection\\_string) | The primary blob connection string of the redis |\n| \u003ca name=\"output_redis_secondary_access_key\"\u003e\u003c/a\u003e [redis\\_secondary\\_access\\_key](#output\\_redis\\_secondary\\_access\\_key) | The secondary access key of the redis |\n| \u003ca name=\"output_redis_secondary_connection_string\"\u003e\u003c/a\u003e [redis\\_secondary\\_connection\\_string](#output\\_redis\\_secondary\\_connection\\_string) | The primary blob connection string of the redis |\n| \u003ca name=\"output_redis_ssl_port\"\u003e\u003c/a\u003e [redis\\_ssl\\_port](#output\\_redis\\_ssl\\_port) | The ssl port of the redis |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibre-devops%2Fterraform-azurerm-redis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flibre-devops%2Fterraform-azurerm-redis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibre-devops%2Fterraform-azurerm-redis/lists"}