Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rahulkhengare/terraform-azurerm-redis
Terraform Module for Azure Redis Service
https://github.com/rahulkhengare/terraform-azurerm-redis
Last synced: 7 days ago
JSON representation
Terraform Module for Azure Redis Service
- Host: GitHub
- URL: https://github.com/rahulkhengare/terraform-azurerm-redis
- Owner: rahulkhengare
- License: mit
- Created: 2018-06-21T11:47:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-22T14:34:23.000Z (over 6 years ago)
- Last Synced: 2024-08-02T00:26:25.345Z (3 months ago)
- Language: HCL
- Size: 10.7 KB
- Stars: 1
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-terraform - terraform-azurerm-redis - Create Redis on Azure. (Community Modules / Miscellaneous)
- awesome-tf - terraform-azurerm-redis - Create Redis on Azure. (Community Modules / Miscellaneous)
README
# Terraform module for Azure Redis Cache Service
> Deploy a Redis cache service on Azure with minimal configuration
## Features
- Create resource group, redis cache Platform as a service (PaaS)
- Customize redis configuration and tier settings## Usage
Deploy a redis cache with default settings
```
module "redis" {
source = "rahulkhengare/redis/azurerm"
name = "testredis" #Should be unique
resource_group_name = "testredisRG"
}Outputs:
```## Changelog
## License
[MIT](./LICENSE) © [Rahul Khengare](https://www.linkedin.com/in/rahulkhengare)