@@ -34,28 +34,31 @@ module "example_redis" {
34
34
35
35
## Input
36
36
37
- | Name | Default | Description |
38
- | :-----------------------------| :-------------------:| :-------------------------------------------------------|
39
- | namespace | global | Namespace |
40
- | stage | default | Stage |
41
- | name | redis | Name |
42
- | security_groups | [ ] | AWS security group ids |
43
- | vpc_id | __ REQUIRED__ | AWS VPC id |
44
- | subnets | [ ] | AWS subnet ids |
45
- | cluster_size | 1 | Count of nodes in cluster |
46
- | instance_type | cache.t2.micro | Elastic cache instance type |
47
- | family | redis3.2 | Redis family |
48
- | engine_version | 3.2.4 | Redis engine version |
49
- | port | 6379 | Redis port |
50
- | maintenance_window | wed:03:00-wed:04:00 | Maintenance window |
51
- | notification_topic_arn | | Notification topic arn |
52
- | alarm_cpu_threshold_percent | 75 | CPU threshold alarm level |
53
- | alarm_memory_threshold_bytes | 10000000 | Ram threshold alarm level |
54
- | alarm_actions | [ ] | Alarm action list |
55
- | apply_immediately | true | Apply changes immediately |
56
- | automatic_failover | false | Automatic failover (Not available for T1/T2 instances) |
57
- | availability_zones | [ ] | Availability zone ids |
58
- | zone_id | false | Route53 dns zone id |
37
+ | Name | Default | Description |
38
+ | :-----------------------------| :-------------------:| :----------------------------------------------------------------|
39
+ | namespace | global | Namespace |
40
+ | stage | default | Stage |
41
+ | name | redis | Name |
42
+ | security_groups | [ ] | AWS security group ids |
43
+ | vpc_id | __ REQUIRED__ | AWS VPC id |
44
+ | subnets | [ ] | AWS subnet ids |
45
+ | cluster_size | 1 | Count of nodes in cluster |
46
+ | instance_type | cache.t2.micro | Elastic cache instance type |
47
+ | family | redis3.2 | Redis family |
48
+ | engine_version | 3.2.4 | Redis engine version |
49
+ | port | 6379 | Redis port |
50
+ | maintenance_window | wed:03:00-wed:04:00 | Maintenance window |
51
+ | notification_topic_arn | | Notification topic arn |
52
+ | alarm_cpu_threshold_percent | 75 | CPU threshold alarm level |
53
+ | alarm_memory_threshold_bytes | 10000000 | Ram threshold alarm level |
54
+ | alarm_actions | [ ] | Alarm action list |
55
+ | apply_immediately | true | Apply changes immediately |
56
+ | automatic_failover | false | Automatic failover (Not available for T1/T2 instances) |
57
+ | availability_zones | [ ] | Availability zone ids |
58
+ | zone_id | false | Route53 DNS Zone id |
59
+ | attributes | [ ] | Additional attributes (_ e.g._ "1") |
60
+ | tags | {} | Additional tags (_ e.g._ map("BusinessUnit","ABC") |
61
+ | delimiter | - | Delimiter between ` name ` , ` namespace ` , ` stage ` and ` attributes ` |
59
62
60
63
61
64
## Output
0 commit comments