-
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
r/aws_elasticache_replication_group
: Remove auth_token_update_strategy
default
#34496
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
Can confirm. It broke out deployment pipeline:
|
Hey @CbaSage - this regression should have been fixed with #34600, released in This issue is focused on future breaking changes for the next major release ( |
hi @jar-b , |
I'm currently facing a similar issue when trying to import an aws_elasticache_replication_group. It automatically sets the strategy to ROTATE in the plan. Even when ignoring via lifecycle rule, it was then updated to ROTATE in my tfstate after applying and I got this error:
I'm not setting auth_token or auth_token_update_strategy in my configuration. |
Description
The
auth_token_update_strategy
argument was added in #34460 with a default value ofROTATE
to retain backward compatibility with previous provider versions where this was hardcoded into update operations. Inv6.0.0
, the default value should be removed and this argument should be required whenauth_token
is set to ensure practitioners are aware of the rotation strategy being used when credentials are added or modified. This will be a breaking change.References
Relates #34460
Relates #33439
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: