Requirements
No requirements.
Providers
Modules
No modules.
Resources
| Name | Type |
|---|---|
| aws_elasticache_replication_group.redis_cluster | resource |
| random_password.redis_auth | resource |
| random_string.redis_name_hash | resource |
| aws_kms_key.main | data source |
| aws_security_group.security_group | data source |
Inputs
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| elasticache_aws_security_group | n/a | string |
n/a | yes |
| env_name | Env name | string |
n/a | yes |
| kms_key_alias | n/a | string |
n/a | yes |
| layer_name | Layer name | string |
n/a | yes |
| module_name | Module name | string |
n/a | yes |
| node_type | n/a | string |
"cache.m4.large" |
no |
| redis_version | n/a | string |
"6.x" |
no |
| snapshot_retention_limit | Days for which the Snapshot should be retained. | number |
0 |
no |
| snapshot_window | When should the Snapshot for redis cache be done. UTC Time. Snapshot Retention Limit should be set to more than 0. | string |
"04:00-05:00" |
no |
Outputs
| Name | Description |
|---|---|
| cache_auth_token | n/a |
| cache_host | n/a |