Add DoNotSendPassword field to VpsModel and InstallOptionsModel#1197
Add DoNotSendPassword field to VpsModel and InstallOptionsModel#1197mathieulaude wants to merge 1 commit intoovh:masterfrom
Conversation
40787ef to
20c3b57
Compare
47b0031 to
a20efd2
Compare
|
Hi there, |
amstuta
left a comment
There was a problem hiding this comment.
Thanks for your PR @mathieulaude !
Regarding the issue running the tests, we usually run them like this: make testacc TESTARGS="-run 'TestAccResourceVps_doNotSendPassword'", this should solve your issue ;)
Signed-off-by: mathieulaude <82038410+mathieulaude@users.noreply.github.com>
|
Thank you @amstuta for your review! |
|
@mathieulaude, the issue is fixed if you rebase your branch on master ;) |
|
When will this be merged? we really need this |
|
Sorry for the lag. @mathieulaude could you add the doc change in the After that, ok for me to merge ! |
Description
When (re)installing a VPS from Terraform, there is not equivalent of the " I do not wish to receive my VPS authentication codes by email. " option.
This PR adds an attribute
do_not_send_passwordto disable password authentication. This allows a complete automatized workflow where the first authentication on the VPS with the SSH key is successful.Type of change
How Has This Been Tested?
No
Checklist:
go mod vendorif I added or modifygo.modfile