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
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -243,14 +243,16 @@ Users have the ability to:
243
243
| <aname="input_backup_window"></a> [backup\_window](#input\_backup\_window)| The daily time range (in UTC) during which automated backups are created if they are enabled. Example: '09:46-10:16'. Must not overlap with maintenance\_window |`string`|`null`| no |
244
244
| <aname="input_ca_cert_identifier"></a> [ca\_cert\_identifier](#input\_ca\_cert\_identifier)| Specifies the identifier of the CA certificate for the DB instance |`string`|`null`| no |
245
245
| <aname="input_character_set_name"></a> [character\_set\_name](#input\_character\_set\_name)| The character set name to use for DB encoding in Oracle instances. This can't be changed. See Oracle Character Sets Supported in Amazon RDS and Collations and Character Sets for Microsoft SQL Server for more information. This can only be set on creation |`string`|`null`| no |
246
+
| <aname="input_cloudwatch_log_group_kms_key_id"></a> [cloudwatch\_log\_group\_kms\_key\_id](#input\_cloudwatch\_log\_group\_kms\_key\_id)| The ARN of the KMS Key to use when encrypting log data |`string`|`null`| no |
247
+
| <aname="input_cloudwatch_log_group_retention_in_days"></a> [cloudwatch\_log\_group\_retention\_in\_days](#input\_cloudwatch\_log\_group\_retention\_in\_days)| The number of days to retain CloudWatch logs for the DB instance |`number`|`7`| no |
246
248
| <aname="input_copy_tags_to_snapshot"></a> [copy\_tags\_to\_snapshot](#input\_copy\_tags\_to\_snapshot)| On delete, copy all Instance tags to the final snapshot |`bool`|`false`| no |
249
+
| <aname="input_create_cloudwatch_log_group"></a> [create\_cloudwatch\_log\_group](#input\_create\_cloudwatch\_log\_group)| Determines whether a CloudWatch log group is created for each `enabled_cloudwatch_logs_exports`|`bool`|`false`| no |
247
250
| <aname="input_create_db_instance"></a> [create\_db\_instance](#input\_create\_db\_instance)| Whether to create a database instance |`bool`|`true`| no |
248
251
| <aname="input_create_db_option_group"></a> [create\_db\_option\_group](#input\_create\_db\_option\_group)| Create a database option group |`bool`|`true`| no |
249
252
| <aname="input_create_db_parameter_group"></a> [create\_db\_parameter\_group](#input\_create\_db\_parameter\_group)| Whether to create a database parameter group |`bool`|`true`| no |
250
253
| <aname="input_create_db_subnet_group"></a> [create\_db\_subnet\_group](#input\_create\_db\_subnet\_group)| Whether to create a database subnet group |`bool`|`false`| no |
251
254
| <aname="input_create_monitoring_role"></a> [create\_monitoring\_role](#input\_create\_monitoring\_role)| Create IAM role with a defined name that permits RDS to send enhanced monitoring metrics to CloudWatch Logs |`bool`|`false`| no |
252
255
| <aname="input_create_random_password"></a> [create\_random\_password](#input\_create\_random\_password)| Whether to create random password for RDS primary cluster |`bool`|`true`| no |
253
-
| <aname="input_cross_region_replica"></a> [cross\_region\_replica](#input\_cross\_region\_replica)| Specifies if the replica should be cross region. It allows the use of a subnet group in a region different than the master instance |`bool`|`false`| no |
254
256
| <aname="input_db_instance_tags"></a> [db\_instance\_tags](#input\_db\_instance\_tags)| Additional tags for the DB instance |`map(string)`|`{}`| no |
255
257
| <aname="input_db_name"></a> [db\_name](#input\_db\_name)| The DB name to create. If omitted, no database is created initially |`string`|`null`| no |
256
258
| <aname="input_db_option_group_tags"></a> [db\_option\_group\_tags](#input\_db\_option\_group\_tags)| Additional tags for the DB option group |`map(string)`|`{}`| no |
@@ -321,6 +323,7 @@ Users have the ability to:
321
323
| <aname="output_db_instance_arn"></a> [db\_instance\_arn](#output\_db\_instance\_arn)| The ARN of the RDS instance |
322
324
| <aname="output_db_instance_availability_zone"></a> [db\_instance\_availability\_zone](#output\_db\_instance\_availability\_zone)| The availability zone of the RDS instance |
323
325
| <aname="output_db_instance_ca_cert_identifier"></a> [db\_instance\_ca\_cert\_identifier](#output\_db\_instance\_ca\_cert\_identifier)| Specifies the identifier of the CA certificate for the DB instance |
326
+
| <aname="output_db_instance_cloudwatch_log_groups"></a> [db\_instance\_cloudwatch\_log\_groups](#output\_db\_instance\_cloudwatch\_log\_groups)| Map of CloudWatch log groups created and their attributes |
324
327
| <aname="output_db_instance_domain"></a> [db\_instance\_domain](#output\_db\_instance\_domain)| The ID of the Directory Service Active Directory domain the instance is joined to |
325
328
| <aname="output_db_instance_domain_iam_role_name"></a> [db\_instance\_domain\_iam\_role\_name](#output\_db\_instance\_domain\_iam\_role\_name)| The name of the IAM role to be used when making API calls to the Directory Service. |
326
329
| <aname="output_db_instance_endpoint"></a> [db\_instance\_endpoint](#output\_db\_instance\_endpoint)| The connection endpoint |
Copy file name to clipboardExpand all lines: examples/complete-mssql/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,7 @@ No inputs.
58
58
| <aname="output_db_instance_address"></a> [db\_instance\_address](#output\_db\_instance\_address)| The address of the RDS instance |
59
59
| <aname="output_db_instance_arn"></a> [db\_instance\_arn](#output\_db\_instance\_arn)| The ARN of the RDS instance |
60
60
| <aname="output_db_instance_availability_zone"></a> [db\_instance\_availability\_zone](#output\_db\_instance\_availability\_zone)| The availability zone of the RDS instance |
61
+
| <aname="output_db_instance_cloudwatch_log_groups"></a> [db\_instance\_cloudwatch\_log\_groups](#output\_db\_instance\_cloudwatch\_log\_groups)| Map of CloudWatch log groups created and their attributes |
61
62
| <aname="output_db_instance_domain"></a> [db\_instance\_domain](#output\_db\_instance\_domain)| The ID of the Directory Service Active Directory domain the instance is joined to |
62
63
| <aname="output_db_instance_domain_iam_role_name"></a> [db\_instance\_domain\_iam\_role\_name](#output\_db\_instance\_domain\_iam\_role\_name)| The name of the IAM role to be used when making API calls to the Directory Service. |
63
64
| <aname="output_db_instance_endpoint"></a> [db\_instance\_endpoint](#output\_db\_instance\_endpoint)| The connection endpoint |
Copy file name to clipboardExpand all lines: examples/complete-mysql/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
@@ -48,6 +48,7 @@ No inputs.
48
48
49
49
| Name | Description |
50
50
|------|-------------|
51
+
| <aname="output_db_default_cloudwatch_log_groups"></a> [db\_default\_cloudwatch\_log\_groups](#output\_db\_default\_cloudwatch\_log\_groups)| Map of CloudWatch log groups created and their attributes |
51
52
| <aname="output_db_default_instance_address"></a> [db\_default\_instance\_address](#output\_db\_default\_instance\_address)| The address of the RDS instance |
52
53
| <aname="output_db_default_instance_arn"></a> [db\_default\_instance\_arn](#output\_db\_default\_instance\_arn)| The ARN of the RDS instance |
53
54
| <aname="output_db_default_instance_availability_zone"></a> [db\_default\_instance\_availability\_zone](#output\_db\_default\_instance\_availability\_zone)| The availability zone of the RDS instance |
@@ -68,6 +69,7 @@ No inputs.
68
69
| <aname="output_db_instance_address"></a> [db\_instance\_address](#output\_db\_instance\_address)| The address of the RDS instance |
69
70
| <aname="output_db_instance_arn"></a> [db\_instance\_arn](#output\_db\_instance\_arn)| The ARN of the RDS instance |
70
71
| <aname="output_db_instance_availability_zone"></a> [db\_instance\_availability\_zone](#output\_db\_instance\_availability\_zone)| The availability zone of the RDS instance |
72
+
| <aname="output_db_instance_cloudwatch_log_groups"></a> [db\_instance\_cloudwatch\_log\_groups](#output\_db\_instance\_cloudwatch\_log\_groups)| Map of CloudWatch log groups created and their attributes |
71
73
| <aname="output_db_instance_endpoint"></a> [db\_instance\_endpoint](#output\_db\_instance\_endpoint)| The connection endpoint |
72
74
| <aname="output_db_instance_hosted_zone_id"></a> [db\_instance\_hosted\_zone\_id](#output\_db\_instance\_hosted\_zone\_id)| The canonical hosted zone ID of the DB instance (to be used in a Route 53 Alias record) |
73
75
| <aname="output_db_instance_id"></a> [db\_instance\_id](#output\_db\_instance\_id)| The RDS instance ID |
Copy file name to clipboardExpand all lines: examples/complete-oracle/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,7 @@ No inputs.
50
50
| <aname="output_db_instance_address"></a> [db\_instance\_address](#output\_db\_instance\_address)| The address of the RDS instance |
51
51
| <aname="output_db_instance_arn"></a> [db\_instance\_arn](#output\_db\_instance\_arn)| The ARN of the RDS instance |
52
52
| <aname="output_db_instance_availability_zone"></a> [db\_instance\_availability\_zone](#output\_db\_instance\_availability\_zone)| The availability zone of the RDS instance |
53
+
| <aname="output_db_instance_cloudwatch_log_groups"></a> [db\_instance\_cloudwatch\_log\_groups](#output\_db\_instance\_cloudwatch\_log\_groups)| Map of CloudWatch log groups created and their attributes |
53
54
| <aname="output_db_instance_endpoint"></a> [db\_instance\_endpoint](#output\_db\_instance\_endpoint)| The connection endpoint |
54
55
| <aname="output_db_instance_hosted_zone_id"></a> [db\_instance\_hosted\_zone\_id](#output\_db\_instance\_hosted\_zone\_id)| The canonical hosted zone ID of the DB instance (to be used in a Route 53 Alias record) |
55
56
| <aname="output_db_instance_id"></a> [db\_instance\_id](#output\_db\_instance\_id)| The RDS instance ID |
0 commit comments