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
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@ No modules.
42
42
| <aname="input_alarm_ecpu_threshold_percent"></a> [alarm\_ecpu\_threshold\_percent](#input\_alarm\_ecpu\_threshold\_percent)| ECPU threshold alarm level for elasticache serverless |`number`|`75`| no |
43
43
| <aname="input_alarm_memory_threshold_bytes"></a> [alarm\_memory\_threshold\_bytes](#input\_alarm\_memory\_threshold\_bytes)| Alarm memory threshold bytes |`number`|`10000000`| no |
44
44
| <aname="input_apply_immediately"></a> [apply\_immediately](#input\_apply\_immediately)| Specifies whether any database modifications are applied immediately, or during the next maintenance window |`bool`|`true`| no |
45
+
| <aname="input_at_rest_encryption_enabled"></a> [at\_rest\_encryption\_enabled](#input\_at\_rest\_encryption\_enabled)| Specifies whether the encryption at rest is enabled |`bool`|`true`| no |
45
46
| <aname="input_auth_token"></a> [auth\_token](#input\_auth\_token)| Password used to access a password protected server. Can be specified only if `transit_encryption_enabled = true`|`string`|`null`| no |
46
47
| <aname="input_cluster_id"></a> [cluster\_id](#input\_cluster\_id)| Cluster ID |`string`|`null`| no |
47
48
| <aname="input_cluster_mode_enabled"></a> [cluster\_mode\_enabled](#input\_cluster\_mode\_enabled)| Set to false to diable cluster module |`bool`|`false`| no |
@@ -74,6 +75,7 @@ No modules.
74
75
| <aname="input_subnet_group_name"></a> [subnet\_group\_name](#input\_subnet\_group\_name)| Subnet group name for the ElastiCache instance |`string`|`""`| no |
75
76
| <aname="input_subnets"></a> [subnets](#input\_subnets)| AWS subnet ids |`list(string)`|`[]`| no |
76
77
| <aname="input_tags"></a> [tags](#input\_tags)| Additional tags (\_e.g.\_ map("BusinessUnit","ABC") |`map(string)`|`{}`| no |
78
+
| <aname="input_transit_encryption_enabled"></a> [transit\_encryption\_enabled](#input\_transit\_encryption\_enabled)| Specifies whether the encryption at transit is enabled |`bool`|`true`| no |
77
79
| <aname="input_use_serverless"></a> [use\_serverless](#input\_use\_serverless)| Use serverless ElastiCache service |`bool`|`false`| no |
description="Whether to enable encryption in transit"
183
+
type=string
184
+
default=true
185
+
}
186
+
181
187
variable"auth_token" {
182
188
description="Password used to access a password protected server. Can be specified only if `transit_encryption_enabled = true`"
183
189
type=string
184
190
default=null
185
191
}
186
192
193
+
variable"at_rest_encryption_enabled" {
194
+
description="Whether to enable encryption at rest"
195
+
type=string
196
+
default=true
197
+
}
198
+
187
199
variable"kms_key_id" {
188
200
description="The ARN of the key that you wish to use if encrypting at rest. If not supplied, uses service managed encryption. Can be specified only if `at_rest_encryption_enabled = true`"
0 commit comments