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
| <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 |
78
-
| <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 |
78
+
| <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<br> publicly_accessible: bool # whether the Redis service is publicly accessible</pre> | <pre>object({<br> vpc_id = string<br> kms_key_id = optional(string)<br> domain_suffix = optional(string)<br> publicly_accessible = optional(bool, false)<br> })</pre> | n/a | yes |
79
79
| <aname="input_architecture"></a> [architecture](#input\_architecture)| Specify the deployment architecture, select from standalone or replication. |`string`|`"standalone"`| no |
80
80
| <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 |
81
81
| <aname="input_engine_version"></a> [engine\_version](#input\_engine\_version)| Specify the deployment engine version. |`string`|`"7.0"`| no |
0 commit comments