rahulkhengare / terraform-azurerm-redis

Terraform Module for Azure Redis Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 © Rahul Khengare

About

Terraform Module for Azure Redis Service

License:MIT License


Languages

Language:HCL 61.1%Language:Shell 30.7%Language:Ruby 8.2%