-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
RDS parameter group keeps being modified, even though I have applied many times #22028
Comments
Having the same problem here. |
also setting |
I'm seeing this with v3.71.0 all the way back to v3.55.0. It does not occur in v3.54.0 or v3.46.0 (the version I was mainly using until trying to update the provider this week). It looks like it may be caused by #18818, committed and merged starting in v3.55.0, but I'm not very familiar with the provider code. |
Dupe of #20660 ? |
I believe this issue can be closed now. See the merged PR #24737 for a demonstration of why this is a behavioral artifact of the AWS API and not Terraform itself. The PR adds a NOTE to the latest |
Hey y'all 👋 Based on the details @jvalente11 included in their PR -- which added some information around this to the resource documentation -- this looks to be an upstream issue with AWS. Since the behavior is now documented, we'll close this issue for now, but I'll also be following up with a support ticket to AWS to report the unexpected behavior. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
I upgrade Terraform from v0.12 to v0.13, and encounter the following:
My Terraform configuration file:
Expected behavior:
After I ran
terraform apply
, the changes will disappear, Terraform show message "No changes. Your infrastructure matches the configuration."Actual behaviour:
After I apply, I run
terraform plan
again and RDS parameter group keep being modified like above.Steps to Reproduce
terraform apply
terraform plan
The text was updated successfully, but these errors were encountered: