Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion docs/reference/modules/terraform-aws-data-storage/rds/rds.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,12 @@ module "rds" {
# created for it. The key is the tag name and the value is the tag value.
custom_tags = {}

# The mode of Database Insights to enable for the DB instance. Valid options
# are 'standard' or 'advanced'. When setting this to 'advanced' then
# performance_insights_enabled must be set to true and
# 'performance_insights_retention_period' set to at least 465 days.
database_insights_mode = null

# The name for your database. Must contain 1-64 alphanumeric characters for
# MySQL/MariaDB, 1-63 for PostgreSQL, 1-8 for Oracle. Must begin with a
# letter. Cannot be a reserved word. Not supported for SQL Server (must be
Expand Down Expand Up @@ -708,6 +714,12 @@ inputs = {
# created for it. The key is the tag name and the value is the tag value.
custom_tags = {}

# The mode of Database Insights to enable for the DB instance. Valid options
# are 'standard' or 'advanced'. When setting this to 'advanced' then
# performance_insights_enabled must be set to true and
# 'performance_insights_retention_period' set to at least 465 days.
database_insights_mode = null

# The name for your database. Must contain 1-64 alphanumeric characters for
# MySQL/MariaDB, 1-63 for PostgreSQL, 1-8 for Oracle. Must begin with a
# letter. Cannot be a reserved word. Not supported for SQL Server (must be
Expand Down Expand Up @@ -1302,6 +1314,15 @@ A map of custom tags to apply to the RDS Instance and the Security Group created
<HclListItemDefaultValue defaultValue="{}"/>
</HclListItem>

<HclListItem name="database_insights_mode" requirement="optional" type="string">
<HclListItemDescription>

The mode of Database Insights to enable for the DB instance. Valid options are 'standard' or 'advanced'. When setting this to 'advanced' then performance_insights_enabled must be set to true and 'performance_insights_retention_period' set to at least 465 days.

</HclListItemDescription>
<HclListItemDefaultValue defaultValue="null"/>
</HclListItem>

<HclListItem name="db_name" requirement="optional" type="string">
<HclListItemDescription>

Expand Down Expand Up @@ -1806,6 +1827,6 @@ Timeout for DB updating
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.42.0/modules/rds/outputs.tf"
],
"sourcePlugin": "module-catalog-api",
"hash": "e296afb15db8e84e73dc2dec793e75d9"
"hash": "6b94d27dd64a779b50806c93780c8900"
}
##DOCS-SOURCER-END -->