-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
DOCS: Change aws_iam_user_login_profile's encrypted_password text. #35601
DOCS: Change aws_iam_user_login_profile's encrypted_password text. #35601
Conversation
This is to make the text align with observed behaviour of not "_only applies on resource creation_" but on all `terraform apply`s. Also provides an interim work around.
Community NoteVoting for Prioritization
For Submitters
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Welcome @sierra-alpha 👋
It looks like this is your first Pull Request submission to the Terraform AWS Provider! If you haven’t already done so please make sure you have checked out our CONTRIBUTOR guide and FAQ to make sure your contribution is adhering to best practice and has all the necessary elements in place for a successful approval.
Also take a look at our FAQ which details how we prioritize Pull Requests for inclusion.
Thanks again, and welcome to the community! 😃
So I read the contributing guide etc before submitting this PR, is there anything else I need to do from my end to get this looked at? |
Hey @sierra-alpha 👋 Thank you for taking the time to raise this! I'm going to bring this up to the team, so no further action needed from you at this point. |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
There is a descrepency between the docs and observed behaviour for
aws_iam_user_login_profile
'sencrypted_password
. Unfortunatly I don't know any golang so can't have a crack at changing the implementation but I can change the docs to save others time with this in the future.This is to make the docs align with observed behaviour of not "only applies on resource creation" but on all
terraform apply
s.This also provides documentation of an interim work around. I read this as maybe a not good practise in the Contributing Guide so I'm willing to modify this, but we should at least provide a hint for how to use this without it trying to be re-applied every time a user has changed their password from the initial one.
I'm open to any wording or formatting changes and happy for a maintainer to make changes as they see fit to this PR, the only thing that is needed is for the docs to align with the resources behaviour.
Relations
Relates #23567
References
Steps to reproduce the reasoning for this documentation change.
terraform apply
it.terraform plan
and see that it's showing destroy and create on the user.terraform apply
and see that you need to use the new pgp encrypted password to log into the user.Output from Acceptance Testing
Documentation change so doesn't require tests?