-
Notifications
You must be signed in to change notification settings - Fork 16
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
Failed to get available operating systems: VPS with name 'x' not found #74
Comments
We also are experiencing this issue. Tried both version 0.1.20 and 0.1.19 of the provider, so I also suspect a change in the Transip API to be the cause. |
I'm currently pushing a build that removes the OS check before creating a VPS, this is a stopgap measure until the proper solution made by @JoooostB can be merged: #75 The release can be found here: https://github.com/aequitas/terraform-provider-transip/releases/tag/v0.1.21 |
The problem where the |
@fvanmaldegem great, I'll revert the hotfix. Do I understand correctly that querying with a non-existing VPS name is a supported method, or will that change in the future? |
@aequitas We will keep this for backward compatibility and do not suspect to make any changes to this functionality in the future. |
Since today I'm seeing errors creating a
transip_vps
resource using this provider. The error message is below.The
frontends.tf
file looks like this:I suspect TransIP has modified their API slightly and this particular code seems to be erroring now.
terraform-provider-transip/resource_transip_vps.go
Lines 173 to 177 in 791c8d0
The text was updated successfully, but these errors were encountered: