-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Closed
Closed
Copy link
Labels
enhancementRequests to existing resources that expand the functionality or scope.Requests to existing resources that expand the functionality or scope.service/rdsIssues and PRs that pertain to the rds service.Issues and PRs that pertain to the rds service.
Milestone
Description
Description
Description
Already implemented in the provider for rds_cluster but not yet for aws_db_instance
#40393
Affected Resource(s) and/or Data Source(s)
aws_rds_instance
Potential Terraform Configuration
# before
resource "aws_db_instance" "example" {
performance_insights_enabled = true
...
}
# after
resource "aws_db_instance" "example" {
performance_insights_enabled = true
...
performance_insights_mode = "advanced"
}
References
No response
Would you like to implement a fix?
Yes
ponez, internetstaff, crisp2u, arjungopisetty, mgreuelrwe and 5 more
Metadata
Metadata
Assignees
Labels
enhancementRequests to existing resources that expand the functionality or scope.Requests to existing resources that expand the functionality or scope.service/rdsIssues and PRs that pertain to the rds service.Issues and PRs that pertain to the rds service.