After the RDS is created, the secret has the default rotation of 7 days.
The issue was reported in the past (#547 , #538), but it seems that it doesn't work with the latest version. Also, I tried to fall-back to 6.5.5 since the comments in those issues suggested that it was fixed in there, but still no success.
[X ] ✋ I have searched the open/closed issues and my issue is not listed.
Description
It seems that the
manage_master_user_password_rotation = false
option does not disable the rotation.Here's my RDS setup:
After the RDS is created, the secret has the default rotation of 7 days.
The issue was reported in the past (#547 , #538), but it seems that it doesn't work with the latest version. Also, I tried to fall-back to
6.5.5
since the comments in those issues suggested that it was fixed in there, but still no success.Versions
Module version [Required]: 6.9.0
Terraform version: v.1.9.5
Provider version(s): 5.65.0
Reproduction Code [Required]
Steps to reproduce the behavior:
No
Yes
Expected behavior
The secret created by RDS does not have rotation set
Actual behavior
The secret that is created has the default rotation of 7 days
Terminal Output Screenshot(s)
Additional context