/terraform-azurerm-redis

Terraform Module for Azure Redis Service

Primary LanguageHCLMIT LicenseMIT

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