Skip to content

Commit

Permalink
Merge pull request #710 from duplocloud/DUPLO-21384
Browse files Browse the repository at this point in the history
DUPLO-21384 TF Doc: RDS:Update performance_insights description for read replica resource
  • Loading branch information
Matheusbafutto authored Sep 17, 2024
2 parents a1ec926 + 15296e3 commit bea26d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/rds_read_replica.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ See AWS documentation for the [available instance types](https://aws.amazon.com/
### Optional

- `availability_zone` (String) The AZ for the RDS instance.
- `performance_insights` (Block List, Max: 1) Amazon RDS Performance Insights is a database performance tuning and monitoring feature that helps you quickly assess the load on your database, and determine when and where to take action. Perfomance Insights get apply when enable is set to true. Not applicable for Cluster Db (see [below for nested schema](#nestedblock--performance_insights))
- `performance_insights` (Block List, Max: 1) Amazon RDS Performance Insights is a database performance tuning and monitoring feature that helps you quickly assess the load on your database, and determine when and where to take action. Perfomance Insights get apply when enable is set to true. (see [below for nested schema](#nestedblock--performance_insights))
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))

### Read-Only
Expand Down
2 changes: 1 addition & 1 deletion duplocloud/resource_duplo_rds_read_replica.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func rdsReadReplicaSchema() map[string]*schema.Schema {
Computed: true,
},
"performance_insights": {
Description: "Amazon RDS Performance Insights is a database performance tuning and monitoring feature that helps you quickly assess the load on your database, and determine when and where to take action. Perfomance Insights get apply when enable is set to true. Not applicable for Cluster Db",
Description: "Amazon RDS Performance Insights is a database performance tuning and monitoring feature that helps you quickly assess the load on your database, and determine when and where to take action. Perfomance Insights get apply when enable is set to true.",
Type: schema.TypeList,
MaxItems: 1,
Optional: true,
Expand Down

0 comments on commit bea26d5

Please sign in to comment.