Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug:AWS RDS Aurora clusters - Performance Insight #10655

Open
1 task done
mbarr-hrp opened this issue Apr 13, 2024 · 0 comments
Open
1 task done

bug:AWS RDS Aurora clusters - Performance Insight #10655

mbarr-hrp opened this issue Apr 13, 2024 · 0 comments
Labels
area: integration/terraform Issues related to HashiCorp Terraform aws:rds Amazon Relational Database Service status: backlog Triaged but not yet being worked on type: bug Bug report

Comments

@mbarr-hrp
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

In terraform: aws_rds_cluster_instance : Upon creation:

performance_insights_enabled = true will set the value of performance_insights_retention_period= 0, even if it's set to 7.

Every subsequent run will mark that as needing a change.
The API will not accept 0 as a valid setting for performance_insights_retention_period, so you can't bypass the modification upon every apply, as it's seen as needing to be fixed.

(We don't need the actual perfomance_insights, but the value being stored correctly, and not requiring a change would be very helpful to avoid dirty plans.)

Expected Behavior

I would expect performance_insights_retention_period to show a valid number, probably 7, as the default after creation.

How are you starting LocalStack?

With a docker-compose file

Steps To Reproduce

tf apply to create the RDS Aurora cluster.

resource "aws_rds_cluster_instance" "instance" {
....
performance_insights_enabled =true
performance_insights_retention_period=7
}

(This is limited, but the test code used in support case 2783195633 should be enough to replicate.)

Environment

- OS: mac 14
- LocalStack:3.1.0

Anything else?

No response

@mbarr-hrp mbarr-hrp added status: triage needed Requires evaluation by maintainers type: bug Bug report labels Apr 13, 2024
@cloutierMat cloutierMat added aws:rds Amazon Relational Database Service status: backlog Triaged but not yet being worked on and removed status: triage needed Requires evaluation by maintainers labels Apr 15, 2024
@steffyP steffyP added the area: integration/terraform Issues related to HashiCorp Terraform label Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: integration/terraform Issues related to HashiCorp Terraform aws:rds Amazon Relational Database Service status: backlog Triaged but not yet being worked on type: bug Bug report
Projects
None yet
Development

No branches or pull requests

3 participants