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
Security scanning is graciously provided by Bridgecrew. Bridgecrew is the leading fully hosted, cloud-native solution providing continuous Terraform security and compliance.
@@ -229,7 +229,7 @@ Available targets:
229
229
| <aname="input_availability_zone"></a> [availability\_zone](#input\_availability\_zone)| The AZ for the RDS instance. Specify one of `subnet_ids`, `db_subnet_group_name` or `availability_zone`. If `availability_zone` is provided, the instance will be placed into the default VPC or EC2 Classic |`string`|`null`| no |
230
230
| <aname="input_backup_retention_period"></a> [backup\_retention\_period](#input\_backup\_retention\_period)| Backup retention period in days. Must be > 0 to enable backups |`number`|`0`| no |
231
231
| <aname="input_backup_window"></a> [backup\_window](#input\_backup\_window)| When AWS can perform DB snapshots, can't overlap with maintenance window |`string`|`"22:00-03:00"`| no |
232
-
| <aname="input_ca_cert_identifier"></a> [ca\_cert\_identifier](#input\_ca\_cert\_identifier)| The identifier of the CA certificate for the DB instance |`string`|`"rds-ca-2019"`| no |
232
+
| <aname="input_ca_cert_identifier"></a> [ca\_cert\_identifier](#input\_ca\_cert\_identifier)| The identifier of the CA certificate for the DB instance |`string`|`null`| no |
233
233
| <aname="input_context"></a> [context](#input\_context)| Single object for setting entire context at once.<br>See description of individual variables for details.<br>Leave string and numeric variables as `null` to use default value.<br>Individual variable settings (non-null) override settings in context object,<br>except for attributes, tags, and additional\_tag\_map, which are merged. |`any`| <pre>{<br> "additional_tag_map": {},<br> "attributes": [],<br> "delimiter": null,<br> "enabled": true,<br> "environment": null,<br> "id_length_limit": null,<br> "label_key_case": null,<br> "label_order": [],<br> "label_value_case": null,<br> "name": null,<br> "namespace": null,<br> "regex_replace_chars": null,<br> "stage": null,<br> "tags": {}<br>}</pre> | no |
234
234
| <aname="input_copy_tags_to_snapshot"></a> [copy\_tags\_to\_snapshot](#input\_copy\_tags\_to\_snapshot)| Copy tags from DB to a snapshot |`bool`|`true`| no |
235
235
| <aname="input_database_name"></a> [database\_name](#input\_database\_name)| The name of the database to create when the DB instance is created |`string`| n/a | yes |
@@ -309,15 +309,14 @@ Like this project? Please give it a ★ on [our GitHub](https://github.com/cloud
309
309
Are you using this project or any of our other projects? Consider [leaving a testimonial][testimonial]. =)
310
310
311
311
312
+
312
313
## Related Projects
313
314
314
315
Check out these related projects.
315
316
316
317
-[terraform-aws-rds-cluster](https://github.com/cloudposse/terraform-aws-rds-cluster) - Terraform module to provision an RDS Aurora cluster for MySQL or Postgres
317
318
-[terraform-aws-rds-cloudwatch-sns-alarms](https://github.com/cloudposse/terraform-aws-rds-cloudwatch-sns-alarms) - Terraform module that configures important RDS alerts using CloudWatch and sends them to an SNS topic
Copy file name to clipboardExpand all lines: docs/terraform.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@
50
50
| <aname="input_availability_zone"></a> [availability\_zone](#input\_availability\_zone)| The AZ for the RDS instance. Specify one of `subnet_ids`, `db_subnet_group_name` or `availability_zone`. If `availability_zone` is provided, the instance will be placed into the default VPC or EC2 Classic |`string`|`null`| no |
51
51
| <aname="input_backup_retention_period"></a> [backup\_retention\_period](#input\_backup\_retention\_period)| Backup retention period in days. Must be > 0 to enable backups |`number`|`0`| no |
52
52
| <aname="input_backup_window"></a> [backup\_window](#input\_backup\_window)| When AWS can perform DB snapshots, can't overlap with maintenance window |`string`|`"22:00-03:00"`| no |
53
-
| <aname="input_ca_cert_identifier"></a> [ca\_cert\_identifier](#input\_ca\_cert\_identifier)| The identifier of the CA certificate for the DB instance |`string`|`"rds-ca-2019"`| no |
53
+
| <aname="input_ca_cert_identifier"></a> [ca\_cert\_identifier](#input\_ca\_cert\_identifier)| The identifier of the CA certificate for the DB instance |`string`|`null`| no |
54
54
| <aname="input_context"></a> [context](#input\_context)| Single object for setting entire context at once.<br>See description of individual variables for details.<br>Leave string and numeric variables as `null` to use default value.<br>Individual variable settings (non-null) override settings in context object,<br>except for attributes, tags, and additional\_tag\_map, which are merged. |`any`| <pre>{<br> "additional_tag_map": {},<br> "attributes": [],<br> "delimiter": null,<br> "enabled": true,<br> "environment": null,<br> "id_length_limit": null,<br> "label_key_case": null,<br> "label_order": [],<br> "label_value_case": null,<br> "name": null,<br> "namespace": null,<br> "regex_replace_chars": null,<br> "stage": null,<br> "tags": {}<br>}</pre> | no |
55
55
| <aname="input_copy_tags_to_snapshot"></a> [copy\_tags\_to\_snapshot](#input\_copy\_tags\_to\_snapshot)| Copy tags from DB to a snapshot |`bool`|`true`| no |
56
56
| <aname="input_database_name"></a> [database\_name](#input\_database\_name)| The name of the database to create when the DB instance is created |`string`| n/a | yes |
0 commit comments