You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Name | Description | Type | Default | Required |
108
107
|------|-------------|:----:|:-----:|:-----:|
109
-
| alarm_actions | Alarm action list | list |`<list>`| no |
110
-
| alarm_cpu_threshold_percent | CPU threshold alarm level |string|`75`| no |
111
-
| alarm_memory_threshold_bytes | Ram threshold alarm level |string|`10000000`| no |
112
-
| apply_immediately | Apply changes immediately |string|`true`| no |
113
-
| at_rest_encryption_enabled | Enable encryption at rest |string|`false`| no |
114
-
| attributes | Additional attributes (_e.g._ "1") | list |`<list>`| no |
115
-
| auth_token | Auth token for password protecting redis, transit_encryption_enabled must be set to 'true'! Password must be longer than 16 chars | string | `` | no |
116
-
| automatic_failover | Automatic failover (Not available for T1/T2 instances) |string|`false`| no |
117
-
| availability_zones | Availability zone ids| list |`<list>`| no |
118
-
| cluster_size | Count of nodes in cluster |string|`1`| no |
108
+
| alarm_actions | Alarm action list | list(string)|`<list>`| no |
109
+
| alarm_cpu_threshold_percent | CPU threshold alarm level |number|`75`| no |
110
+
| alarm_memory_threshold_bytes | Ram threshold alarm level |number|`10000000`| no |
111
+
| apply_immediately | Apply changes immediately |bool|`true`| no |
112
+
| at_rest_encryption_enabled | Enable encryption at rest |bool|`false`| no |
| auth_token | Auth token for password protecting redis, `transit_encryption_enabled` must be set to `true`. Password must be longer than 16 chars | string | `` | no |
115
+
| automatic_failover | Automatic failover (Not available for T1/T2 instances) |bool|`false`| no |
116
+
| availability_zones | Availability zone IDs| list(string)|`<list>`| no |
117
+
| cluster_size | Count of nodes in cluster |number|`1`| no |
119
118
| delimiter | Delimiter between `name`, `namespace`, `stage` and `attributes`| string |`-`| no |
120
119
| elasticache_subnet_group_name | Subnet group name for the ElastiCache instance | string | `` | no |
121
-
| enabled | Set to false to prevent the module from creating any resources |string|`true`| no |
120
+
| enabled | Set to false to prevent the module from creating any resources |bool|`true`| no |
122
121
| engine_version | Redis engine version | string |`4.0.10`| no |
123
122
| family | Redis family | string |`redis4.0`| no |
124
123
| instance_type | Elastic cache instance type | string |`cache.t2.micro`| no |
125
124
| maintenance_window | Maintenance window | string |`wed:03:00-wed:04:00`| no |
126
-
| name | Name | string |`redis`|no|
127
-
| namespace | Namespace | string |`global`| no |
125
+
| name | Name of the application | string |-|yes|
126
+
| namespace | Namespace (e.g. `eg` or `cp`) | string | `` | no |
| ok_actions | The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Number (ARN) | list |`<list>`| no |
130
-
| parameter | A list of Redis parameters to apply. Note that parameters may differ from one Redis family to another |list|`<list>`| no |
131
-
| port | Redis port |string|`6379`| no |
128
+
| ok_actions | The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Number (ARN) | list(string)|`<list>`| no |
129
+
| parameter | A list of Redis parameters to apply. Note that parameters may differ from one Redis family to another |object|`<list>`| no |
130
+
| port | Redis port |number|`6379`| no |
132
131
| replication_group_id | Replication group ID with the following constraints: A name must contain from 1 to 20 alphanumeric characters or hyphens. The first character must be a letter. A name cannot end with a hyphen or contain two consecutive hyphens. | string | `` | no |
133
-
| security_groups |AWS security group ids | list |`<list>`| no |
Copy file name to clipboardExpand all lines: docs/terraform.md
+23-23Lines changed: 23 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,37 +2,37 @@
2
2
3
3
| Name | Description | Type | Default | Required |
4
4
|------|-------------|:----:|:-----:|:-----:|
5
-
| alarm_actions | Alarm action list | list |`<list>`| no |
6
-
| alarm_cpu_threshold_percent | CPU threshold alarm level |string|`75`| no |
7
-
| alarm_memory_threshold_bytes | Ram threshold alarm level |string|`10000000`| no |
8
-
| apply_immediately | Apply changes immediately |string|`true`| no |
9
-
| at_rest_encryption_enabled | Enable encryption at rest |string|`false`| no |
10
-
| attributes | Additional attributes (_e.g._ "1") | list |`<list>`| no |
11
-
| auth_token | Auth token for password protecting redis, transit_encryption_enabled must be set to 'true'! Password must be longer than 16 chars | string | `` | no |
12
-
| automatic_failover | Automatic failover (Not available for T1/T2 instances) |string|`false`| no |
13
-
| availability_zones | Availability zone ids| list |`<list>`| no |
14
-
| cluster_size | Count of nodes in cluster |string|`1`| no |
5
+
| alarm_actions | Alarm action list | list(string)|`<list>`| no |
6
+
| alarm_cpu_threshold_percent | CPU threshold alarm level |number|`75`| no |
7
+
| alarm_memory_threshold_bytes | Ram threshold alarm level |number|`10000000`| no |
8
+
| apply_immediately | Apply changes immediately |bool|`true`| no |
9
+
| at_rest_encryption_enabled | Enable encryption at rest |bool|`false`| no |
| auth_token | Auth token for password protecting redis, `transit_encryption_enabled` must be set to `true`. Password must be longer than 16 chars | string | `` | no |
12
+
| automatic_failover | Automatic failover (Not available for T1/T2 instances) |bool|`false`| no |
13
+
| availability_zones | Availability zone IDs| list(string)|`<list>`| no |
14
+
| cluster_size | Count of nodes in cluster |number|`1`| no |
15
15
| delimiter | Delimiter between `name`, `namespace`, `stage` and `attributes`| string |`-`| no |
16
16
| elasticache_subnet_group_name | Subnet group name for the ElastiCache instance | string | `` | no |
17
-
| enabled | Set to false to prevent the module from creating any resources |string|`true`| no |
17
+
| enabled | Set to false to prevent the module from creating any resources |bool|`true`| no |
18
18
| engine_version | Redis engine version | string |`4.0.10`| no |
19
19
| family | Redis family | string |`redis4.0`| no |
20
20
| instance_type | Elastic cache instance type | string |`cache.t2.micro`| no |
21
21
| maintenance_window | Maintenance window | string |`wed:03:00-wed:04:00`| no |
22
-
| name | Name | string |`redis`|no|
23
-
| namespace | Namespace | string |`global`| no |
22
+
| name | Name of the application | string |-|yes|
23
+
| namespace | Namespace (e.g. `eg` or `cp`) | string | `` | no |
| ok_actions | The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Number (ARN) | list |`<list>`| no |
26
-
| parameter | A list of Redis parameters to apply. Note that parameters may differ from one Redis family to another |list|`<list>`| no |
27
-
| port | Redis port |string|`6379`| no |
25
+
| ok_actions | The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Number (ARN) | list(string)|`<list>`| no |
26
+
| parameter | A list of Redis parameters to apply. Note that parameters may differ from one Redis family to another |object|`<list>`| no |
27
+
| port | Redis port |number|`6379`| no |
28
28
| replication_group_id | Replication group ID with the following constraints: A name must contain from 1 to 20 alphanumeric characters or hyphens. The first character must be a letter. A name cannot end with a hyphen or contain two consecutive hyphens. | string | `` | no |
29
-
| security_groups |AWS security group ids | list |`<list>`| no |
0 commit comments