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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,7 @@ No modules.
112
112
| <aname="input_engine_version"></a> [engine\_version](#input\_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 |
113
113
| <aname="input_family"></a> [family](#input\_family)| The family of the ElastiCache parameter group. |`string`|`"redis5.0"`| no |
114
114
| <aname="input_final_snapshot_identifier"></a> [final\_snapshot\_identifier](#input\_final\_snapshot\_identifier)| The name of your final node group (shard) snapshot. ElastiCache creates the snapshot from the primary node in the cluster. If omitted, no final snapshot will be made. |`string`|`null`| no |
115
+
| <aname="input_global_replication_group_id"></a> [global\_replication\_group\_id](#input\_global\_replication\_group\_id)| The ID of the global replication group to which this replication group should belong. |`string`|`null`| no |
115
116
| <aname="input_ingress_cidr_blocks"></a> [ingress\_cidr\_blocks](#input\_ingress\_cidr\_blocks)| List of Ingress CIDR blocks. |`list(string)`|`[]`| no |
116
117
| <aname="input_ingress_self"></a> [ingress\_self](#input\_ingress\_self)| Specify whether the security group itself will be added as a source to the ingress rule. |`bool`|`false`| no |
117
118
| <aname="input_kms_key_id"></a> [kms\_key\_id](#input\_kms\_key\_id)| 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`|`string`|`""`| no |
description="The name of your final node group (shard) snapshot. ElastiCache creates the snapshot from the primary node in the cluster. If omitted, no final snapshot will be made."
181
181
default=null
182
182
}
183
+
184
+
variable"global_replication_group_id" {
185
+
description="The ID of the global replication group to which this replication group should belong."
0 commit comments