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
|[aws_availability_zones.selected](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/availability_zones)| data source |
68
71
|[aws_kms_key.selected](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/kms_key)| data source |
69
72
|[aws_service_discovery_dns_namespace.selected](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/service_discovery_dns_namespace)| data source |
70
73
|[aws_subnets.selected](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/subnets)| data source |
@@ -78,7 +81,7 @@ No modules.
78
81
| <aname="input_context"></a> [context](#input\_context)| Receive contextual information. When Walrus deploys, Walrus will inject specific contextual information into this field.<br><br>Examples:<pre>context:<br> project:<br> name: string<br> id: string<br> environment:<br> name: string<br> id: string<br> resource:<br> name: string<br> id: string</pre> |`map(any)`|`{}`| no |
79
82
| <aname="input_engine_parameters"></a> [engine\_parameters](#input\_engine\_parameters)| Specify the deployment parameters, see https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/ParameterGroups.Redis.html.| <pre>list(object({<br> name = string<br> value = string<br> }))</pre> |`[]`| no |
80
83
| <aname="input_engine_version"></a> [engine\_version](#input\_engine\_version)| Specify the deployment engine version. |`string`|`"7.0"`| no |
81
-
| <aname="input_infrastructure"></a> [infrastructure](#input\_infrastructure)| Specify the infrastructure information for deploying.<br><br>Examples:<pre>infrastructure:<br> vpc_id: string# the ID of the VPC where the Redis service applies<br> kms_key_id: string, optional # the ID of the KMS key which to encrypt the Redis data<br> domain_suffix: string, optional # a private DNS namespace of the CloudMap where to register the applied Redis service</pre> | <pre>object({<br> vpc_id = string<br> kms_key_id = optional(string)<br> domain_suffix = optional(string)<br> })</pre> |n/a|yes|
84
+
| <aname="input_infrastructure"></a> [infrastructure](#input\_infrastructure)| Specify the infrastructure information for deploying.<br><br>Examples:<pre>infrastructure:<br> vpc_id: string, optional # the ID of the VPC where the Redis service applies<br> kms_key_id: string, optional # the ID of the KMS key which to encrypt the Redis data<br> domain_suffix: string, optional # a private DNS namespace of the CloudMap where to register the applied Redis service</pre> | <pre>object({<br> vpc_id = optional(string)<br> kms_key_id = optional(string)<br> domain_suffix = optional(string)<br> })</pre> |`{}`|no|
82
85
| <aname="input_password"></a> [password](#input\_password)| Specify the account password. The password must be 16-32 characters long and start with any letter, number, or the following symbols: ! # $ % ^ & * ( ) \_ + - =.<br>If not specified, it will generate a random password. |`string`|`null`| no |
83
86
| <aname="input_replication_readonly_replicas"></a> [replication\_readonly\_replicas](#input\_replication\_readonly\_replicas)| Specify the number of read-only replicas under the replication deployment. |`number`|`1`| no |
84
87
| <aname="input_resources"></a> [resources](#input\_resources)| Specify the computing resources.<br>Examples:<pre>resources:<br> class: string, optional # https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html</pre> | <pre>object({<br> class = optional(string, "cache.t3.micro")<br> })</pre> | <pre>{<br> "class": "cache.t3.micro"<br>}</pre> | no |
0 commit comments