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_master_password"></a> [master\_password](#input\_master\_password)| Password for the master DB user. (Required unless a `snapshot_identifier` is provided). Must contain at least 8 chars, one uppercase letter, one lowercase letter, and one number |`string`|`null`| no |
261
261
| <aname="input_master_password_secret_kms_key_id"></a> [master\_password\_secret\_kms\_key\_id](#input\_master\_password\_secret\_kms\_key\_id)| ID of the KMS key used to encrypt the cluster admin credentials secret |`string`|`null`| no |
262
262
| <aname="input_master_username"></a> [master\_username](#input\_master\_username)| Username for the master DB user (Required unless a `snapshot_identifier` is provided). Defaults to `awsuser`|`string`|`"awsuser"`| no |
263
+
| <aname="input_multi_az"></a> [multi\_az](#input\_multi\_az)| Specifies if the Redshift cluster is multi-AZ |`bool`|`null`| no |
263
264
| <aname="input_node_type"></a> [node\_type](#input\_node\_type)| The node type to be provisioned for the cluster |`string`|`""`| no |
264
265
| <aname="input_number_of_nodes"></a> [number\_of\_nodes](#input\_number\_of\_nodes)| Number of nodes in the cluster. Defaults to 1. Note: values greater than 1 will trigger `cluster_type` to switch to `multi-node`|`number`|`1`| no |
265
266
| <aname="input_owner_account"></a> [owner\_account](#input\_owner\_account)| The AWS customer account used to create or copy the snapshot. Required if you are restoring a snapshot you do not own, optional if you own the snapshot |`string`|`null`| no |
@@ -305,6 +306,7 @@ No modules.
305
306
| <aname="output_cluster_hostname"></a> [cluster\_hostname](#output\_cluster\_hostname)| The hostname of the Redshift cluster |
306
307
| <aname="output_cluster_id"></a> [cluster\_id](#output\_cluster\_id)| The Redshift cluster ID |
307
308
| <aname="output_cluster_identifier"></a> [cluster\_identifier](#output\_cluster\_identifier)| The Redshift cluster identifier |
309
+
| <aname="output_cluster_namespace_arn"></a> [cluster\_namespace\_arn](#output\_cluster\_namespace\_arn)| The namespace Amazon Resource Name (ARN) of the cluster |
308
310
| <aname="output_cluster_node_type"></a> [cluster\_node\_type](#output\_cluster\_node\_type)| The type of nodes in the cluster |
309
311
| <aname="output_cluster_nodes"></a> [cluster\_nodes](#output\_cluster\_nodes)| The nodes in the cluster. Each node is a map of the following attributes: `node_role`, `private_ip_address`, and `public_ip_address`|
310
312
| <aname="output_cluster_parameter_group_name"></a> [cluster\_parameter\_group\_name](#output\_cluster\_parameter\_group\_name)| The name of the parameter group to be associated with this cluster |
| <aname="output_cluster_hostname"></a> [cluster\_hostname](#output\_cluster\_hostname)| The hostname of the Redshift cluster |
75
75
| <aname="output_cluster_id"></a> [cluster\_id](#output\_cluster\_id)| The Redshift cluster ID |
76
76
| <aname="output_cluster_identifier"></a> [cluster\_identifier](#output\_cluster\_identifier)| The Redshift cluster identifier |
77
+
| <aname="output_cluster_namespace_arn"></a> [cluster\_namespace\_arn](#output\_cluster\_namespace\_arn)| The namespace Amazon Resource Name (ARN) of the cluster |
77
78
| <aname="output_cluster_node_type"></a> [cluster\_node\_type](#output\_cluster\_node\_type)| The type of nodes in the cluster |
78
79
| <aname="output_cluster_nodes"></a> [cluster\_nodes](#output\_cluster\_nodes)| The nodes in the cluster. Each node is a map of the following attributes: `node_role`, `private_ip_address`, and `public_ip_address`|
79
80
| <aname="output_cluster_parameter_group_name"></a> [cluster\_parameter\_group\_name](#output\_cluster\_parameter\_group\_name)| The name of the parameter group to be associated with this cluster |
0 commit comments