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
|[archive_file.lambdazip](https://registry.terraform.io/providers/hashicorp/archive/latest/docs/data-sources/file)| data source |
107
-
|[aws_availability_zones.available](https://registry.terraform.io/providers/hashicorp/aws/3.43.0/docs/data-sources/availability_zones)| data source |
108
-
|[aws_region.current](https://registry.terraform.io/providers/hashicorp/aws/3.43.0/docs/data-sources/region)| data source |
109
105
110
106
## Inputs
111
107
@@ -119,10 +115,9 @@ The required IAM permissions to create resources from this module can be found [
119
115
| <aname="input_allowed_security_groups"></a> [allowed\_security\_groups](#input\_allowed\_security\_groups)| A list of Security Group IDs to allow access to the database |`list(any)`|`[]`| no |
120
116
| <aname="input_apply_immediately"></a> [apply\_immediately](#input\_apply\_immediately)| Specifies whether any cluster modifications are applied immediately or during the next maintenance window |`bool`|`false`| no |
121
117
| <aname="input_backup_retention_period"></a> [backup\_retention\_period](#input\_backup\_retention\_period)| The number of days to retain backups for |`number`|`5`| no |
122
-
| <aname="input_backup_window"></a> [backup\_window](#input\_backup\_window)| The preferred window for taking automated backups of the database |`string`|`""`| no |
123
-
| <aname="input_create_db_subnet_group"></a> [create\_db\_subnet\_group](#input\_create\_db\_subnet\_group)| Whether to create a database subnet group |`bool`|`true`| no |
118
+
| <aname="input_backup_window"></a> [backup\_window](#input\_backup\_window)| The preferred window for taking automated backups of the database |`string`|`"03:00-06:00"`| no |
124
119
| <aname="input_cloudwatch_metric_alarms_enabled"></a> [cloudwatch\_metric\_alarms\_enabled](#input\_cloudwatch\_metric\_alarms\_enabled)| Boolean flag to enable/disable CloudWatch metrics alarms |`bool`|`false`| no |
125
-
| <aname="input_create_random_password"></a> [create\_random\_password](#input\_create\_random\_password)| Whether to create a random password for the RDS primary cluster|`bool`|`true`| no |
120
+
| <aname="input_create_db_subnet_group"></a> [create\_db\_subnet\_group](#input\_create\_db\_subnet\_group)| Whether to create a database subnet group|`bool`|`true`| no |
126
121
| <aname="input_create_security_group"></a> [create\_security\_group](#input\_create\_security\_group)| Whether to create a security group for the database |`bool`|`true`| no |
127
122
| <aname="input_cw_sns_topic_arn"></a> [cw\_sns\_topic\_arn](#input\_cw\_sns\_topic\_arn)| The username to use when sending notifications to Slack. |`string`|`""`| no |
128
123
| <aname="input_db_name"></a> [db\_name](#input\_db\_name)| The name of the automatically created database on cluster creation |`string`|`""`| no |
@@ -144,9 +139,9 @@ The required IAM permissions to create resources from this module can be found [
144
139
| <aname="input_max_allocated_storage"></a> [max\_allocated\_storage](#input\_max\_allocated\_storage)| The Maximum storage capacity for the database value after autoscaling |`number`|`null`| no |
145
140
| <aname="input_multi_az"></a> [multi\_az](#input\_multi\_az)| Enable multi-AZ for disaster recovery |`bool`|`false`| no |
146
141
| <aname="input_name"></a> [name](#input\_name)| The name of the RDS instance |`string`|`""`| no |
142
+
| <aname="input_ok_actions"></a> [ok\_actions](#input\_ok\_actions)| The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Number (ARN) |`list(string)`|`[]`| no |
147
143
| <aname="input_performance_insights_enabled"></a> [performance\_insights\_enabled](#input\_performance\_insights\_enabled)| Specifies whether Performance Insights are enabled |`bool`|`false`| no |
148
144
| <aname="input_performance_insights_retention_period"></a> [performance\_insights\_retention\_period](#input\_performance\_insights\_retention\_period)| The amount of time in days to retain Performance Insights data. Valid values are `7`, `731` (2 years) or a multiple of `31`|`number`|`7`| no |
149
-
| <aname="input_ok_actions"></a> [ok\_actions](#input\_ok\_actions)| The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Number (ARN) |`list(string)`|`[]`| no |
150
145
| <aname="input_port"></a> [port](#input\_port)| The port number for the database |`number`|`5432`| no |
151
146
| <aname="input_publicly_accessible"></a> [publicly\_accessible](#input\_publicly\_accessible)| Specifies whether the RDS instance is publicly accessible over the internet |`bool`|`false`| no |
152
147
| <aname="input_random_password_length"></a> [random\_password\_length](#input\_random\_password\_length)| The length of the randomly generated password for the RDS primary cluster (default: 16) |`number`|`16`| no |
0 commit comments