Skip to content

[Enhancement]: aws_db_instance: Database Performance Insights Advanced Mode #41607

@luchees

Description

@luchees

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementRequests to existing resources that expand the functionality or scope.service/rdsIssues and PRs that pertain to the rds service.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions