Giter Site home page Giter Site logo

terraform-azure-redis's Introduction

Inputs

Name Description Type Default Required
project-name Name of the project, appended to name of resouce. "stor${var.medline_default_location}${var.environment}${var.project-name}" string n/a yes
azure_resource_group_name Name of resource group to deploy storage string n/a yes
enviroment Specifies the Azure environment (sbx/dev/tst/prd). string n/a yes
capacity Redis size: (Basic/Standard: 1,2,3,4,5,6) (Premium: 1,2,3,4) https://azure.microsoft.com/en-in/pricing/details/cache/ numeric n/a yes
sku_name Redis Cache Sku name. Can be Basic, Standard or Premium string Standard yes
public_network_access_enabled true means this resource could be accessed by both public and private endpoint. false means only private endpoint access is allowed. Defaults to true bool true no
enable_non_ssl_port Enable the non-SSL port (6379) - disabled by default. bool false no
enable_authentication If set to false, the Redis instance will be accessible without authentication. Defaults to true bool false no
maxmemory_policy How Redis will select what to remove when maxmemory is reached. volatile-lru - The default eviction policy.allkeys-lru volatile-random allkeys-random volatile-ttl noeviction string volatile-lru no
aof_backup_enabled Enable or disable AOF persistence for this Redis Cache. Required in Premium Plan bool false no
aof_storage_connection_string_0 First Storage Account connection string for AOF persistence. Work on aof_backup_enabled = true. Eg. aof_storage_connection_string_0 = "DefaultEndpointsProtocol=https;BlobEndpoint=${primary_blob_endpoint};AccountName=${mystorageaccount.name};AccountKey=${primary_access_key}" string n/a no
aof_storage_connection_string_1 Second Storage Account connection string for AOF persistence. Work on aof_backup_enabled = true string n/a no
extra_redis_tags Additional tags to add in locals map(string) n/a yes

terraform-azure-redis's People

Contributors

gehlotanish avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.