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
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -42,14 +42,14 @@ Module managed by [Marcin Cuber](https://github.com/marcincuber) [linkedin](http
42
42
|------|-------------|:----:|:-----:|:-----:|
43
43
| name\_prefix | The replication group identifier. This parameter is stored as a lowercase string. | string | n/a | yes |
44
44
| node\_type | The compute and memory capacity of the nodes in the node group. | string | n/a | yes |
45
-
| number\_cache\_clusters | The number of cache clusters (primary and replicas) this replication group will have. |string| n/a | yes |
45
+
| number\_cache\_clusters | The number of cache clusters (primary and replicas) this replication group will have. |number| n/a | yes |
46
46
| subnet\_ids | List of VPC Subnet IDs for the cache subnet group. | list(string) | n/a | yes |
47
47
| vpc\_id | VPC Id to associate with Redis ElastiCache. | string | n/a | yes |
48
-
| apply\_immediately | Specifies whether any modifications are applied immediately, or during the next maintenance window. |string|`"false"`| no |
49
-
| at\_rest\_encryption\_enabled | Whether to enable encryption at rest. |string|`"true"`| no |
48
+
| apply\_immediately | Specifies whether any modifications are applied immediately, or during the next maintenance window. |bool|`false`| no |
49
+
| at\_rest\_encryption\_enabled | Whether to enable encryption at rest. |bool|`true`| no |
50
50
| auth\_token | The password used to access a password protected server. Can be specified only if `transit_encryption_enabled = true`. | string |`""`| no |
51
51
| auto\_minor\_version\_upgrade || string |`"true"`| no |
52
-
| automatic\_failover\_enabled | Specifies whether a read-only replica will be automatically promoted to read/write primary if the existing primary fails. |string|`"true"`| no |
52
+
| automatic\_failover\_enabled | Specifies whether a read-only replica will be automatically promoted to read/write primary if the existing primary fails. |bool|`true`| no |
53
53
| description | The description of the all resources. | string |`"Managed by Terraform"`| no |
54
54
| engine\_version | The version number of the cache engine to be used for the cache clusters in this replication group. | string |`"5.0.6"`| no |
55
55
| family | The family of the ElastiCache parameter group. | string |`"redis5.0"`| no |
@@ -58,12 +58,12 @@ Module managed by [Marcin Cuber](https://github.com/marcincuber) [linkedin](http
58
58
| maintenance\_window | Specifies the weekly time range for when maintenance on the cache cluster is performed. | string |`""`| no |
59
59
| notification\_topic\_arn | An Amazon Resource Name (ARN) of an SNS topic to send ElastiCache notifications to. Example: `arn:aws:sns:us-east-1:012345678999:my_sns_topic`| string |`""`| no |
60
60
| parameter | A list of Redis parameters to apply. Note that parameters may differ from one Redis family to another | object |`[]`| no |
61
-
| port | The port number on which each of the cache nodes will accept connections. |string|`"6379"`| no |
61
+
| port | The port number on which each of the cache nodes will accept connections. |number|`6379`| no |
62
62
| security\_group\_ids | List of Security Groups. | list(string) |`[]`| no |
63
-
| snapshot\_retention\_limit | The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. |string|`"30"`| no |
63
+
| snapshot\_retention\_limit | The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. |number|`30`| no |
64
64
| snapshot\_window | The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster. | string |`""`| no |
65
65
| tags | A mapping of tags to assign to all resources. | map(string) |`{}`| no |
66
-
| transit\_encryption\_enabled | Whether to enable encryption in transit. |string|`"true"`| no |
66
+
| transit\_encryption\_enabled | Whether to enable encryption in transit. |bool|`true`| no |
0 commit comments