Skip to content
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

Can't modify username of an sftp user #5

Open
felipem1210 opened this issue Dec 19, 2023 · 0 comments
Open

Can't modify username of an sftp user #5

felipem1210 opened this issue Dec 19, 2023 · 0 comments

Comments

@felipem1210
Copy link

Hi, I needed to change the username of an SFTP user I created with the sftpgo_user resource.
The terraform plan is showing a change in the resource and when I do the apply is throwing the following error:

Error: Error updating user │ │ with sftpgo_user.airflow_sftp_acc, │ on fce_server.tf line 127, in resource "sftpgo_user" "myuser": │ 127: resource "sftpgo_user" "mysuer" { │ │ Could not update user, unexpected error: status: 404, body: {"error":"Not Found","message":""}

Maybe is a problem in the provider?
As workaround I will recreate the user.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant