Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)