## Bug Description The [get attached public key](https://developers.hostinger.com/#tag/vps-virtual-machine/GET/api/vps/v1/virtual-machines/{virtualMachineId}/public-keys) endpoint always returns a 404, even for a valid VPS ID. This makes the Terraform provider mostly useless. There are two related provider issues: 1. hostinger/terraform-provider-hostinger#29 2. hostinger/terraform-provider-hostinger#18 ## Steps to Reproduce The easiest way to reproduce is to just use the "Test Request" button in the documentation. ## Expected Behavior Returns the public keys attached to the virtual machine. ## Actual Behavior Always returns a 404.
Bug Description
The get attached public key endpoint always returns a 404, even for a valid VPS ID. This makes the Terraform provider mostly useless.
There are two related provider issues:
Steps to Reproduce
The easiest way to reproduce is to just use the "Test Request" button in the documentation.
Expected Behavior
Returns the public keys attached to the virtual machine.
Actual Behavior
Always returns a 404.