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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,7 @@ module "rds-pg" {
53
53
slack_username = "John"
54
54
slack_channel = "skaf-dev"
55
55
slack_webhook_url = "https://hooks/xxxxxxxx"
56
+
custom_user_password = "postgresqlpasswd"
56
57
}
57
58
```
58
59
Refer [examples](https://github.com/squareops/terraform-aws-rds-postgresql/tree/main/examples) for more details.
@@ -121,6 +122,7 @@ The required IAM permissions to create resources from this module can be found [
121
122
| <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 |
122
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 |
123
124
| <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 |
125
+
| <aname="input_custom_user_password"></a> [custom\_user\_password](#input\_custom\_user\_password)| Custom password for the RDS master user |`string`|`""`| no |
124
126
| <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 |
125
127
| <aname="input_db_name"></a> [db\_name](#input\_db\_name)| The name of the automatically created database on cluster creation |`string`|`""`| no |
126
128
| <aname="input_deletion_protection"></a> [deletion\_protection](#input\_deletion\_protection)| Specifies whether accidental deletion protection is enabled |`bool`|`true`| no |
0 commit comments