Getting these errors after each terraform apply run, and terraform keeps trying to change my sftpgo_user resource aven after applying it.
sftpgo_user.ftpuser: Modifying... [id=ftpuser]
╷
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to sftpgo_user.ftpuser, provider "provider[\"registry.terraform.io/drakkan/sftpgo\"]" produced an unexpected new value:
│ .quota_size: was cty.NumberIntVal(0), but now null.
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
╵
╷
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to sftpgo_user.ftpuser, provider "provider[\"registry.terraform.io/drakkan/sftpgo\"]" produced an unexpected new value:
│ .quota_files: was cty.NumberIntVal(0), but now null.
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
╵
╷
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to sftpgo_user.ftpuser, provider "provider[\"registry.terraform.io/drakkan/sftpgo\"]" produced an unexpected new value:
│ .download_bandwidth: was cty.NumberIntVal(0), but now null.
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
╵
╷
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to sftpgo_user.ftpuser, provider "provider[\"registry.terraform.io/drakkan/sftpgo\"]" produced an unexpected new value:
│ .max_sessions: was cty.NumberIntVal(0), but now null.
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
╵
╷
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to sftpgo_user.ftpuser, provider "provider[\"registry.terraform.io/drakkan/sftpgo\"]" produced an unexpected new value:
│ .upload_bandwidth: was cty.NumberIntVal(0), but now null.
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
Getting these errors after each
terraform apply
run, and terraform keeps trying to change mysftpgo_user
resource aven after applying it.