You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: