elasticache-redis
appzen-oss/elasticache-redis/aws
Terraform module to provision an ElastiCache Redis Cluster
[![README Header][readme_header_img]][readme_header_link] [![Cloud Posse][logo]](https://cpco.io/homepage) terraform-aws-elasticache-redis    Terraform module to provision an ElastiCache Redis Cluster --- This project is part of our comprehensive "SweetOps" approach towards DevOps. [ ][share_email] [ ][share_googleplus] [ ][share_facebook] [ ][share_reddit] [ ][share_linkedin] [ ][share_twitter] ![Terraform Open Source Modules][terraform_modules] It's 100% Open Source and licensed under the APACHE2. We literally have [hundreds of terraform modules][terrafor
| Name | Type | Description | Default |
|---|---|---|---|
| family | string | Redis family | "redis4.0" |
| delimiter | string | Delimiter between `name`, `namespace`, `stage` and `attributes` | "-" |
| replication_group_id | string | Replication group ID with the following constraints: A name must contain from 1 | "" |
| vpc_id | string | AWS VPC id | "REQUIRED" |
| cluster_size | string | Count of nodes in cluster | "1" |
| transit_encryption_enabled | string | Enable TLS | "false" |
| zone_id | string | Route53 DNS Zone id | "" |
| name | string | Name | "redis" |
| subnets | list | AWS subnet ids | [] |
| alarm_cpu_threshold_percent | string | CPU threshold alarm level | "75" |
| apply_immediately | string | Apply changes immediately | "true" |
| namespace | string | Namespace | "global" |
| availability_zones | list | Availability zone ids | [] |
| enabled | string | Set to false to prevent the module from creating any resources | "true" |
| parameter | list | A list of Redis parameters to apply. Note that parameters may differ from one Re | [] |
| automatic_failover | string | Automatic failover (Not available for T1/T2 instances) | "false" |
| attributes | list | Additional attributes (_e.g._ "1") | [] |
| security_group | string | AWS security group id | "" |
| maintenance_window | string | Maintenance window | "wed:03:00-wed:04:00" |
| at_rest_encryption_enabled | string | Enable encryption at rest | "false" |
port — Redis porthost — Redis hostid — Redis cluster idsecurity_group_id — Security group idAzure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,