Closed mccjul closed 11 months ago
Hello @mccjul, thank you for your contribution, and I apologize for the delay. I've been trying to reproduce your error, but with no success. Is there any other information you can provide to help us? Perhaps setting the TF_LOG
environment variable to a level that provides more information.
At the time, I could not reproduce the error, but it should be solved with our latest update at https://github.com/latitudesh/terraform-provider-latitudesh/releases/tag/v0.2.9 now that we have changed our server's project type definition. I'll be closing this issue, but feel free to reopen it if the error persists.
Thanks for your contribution!
Bug Report
Describe the bug
When trying to deploy a server on latitude with terraform I run into this error:
The server I specify is actually deployed (I can see it on the dashboard), but the terraform failed and so is not reflected in the tfstate. I then try to
terraform import latitudesh_server.<resource_name> <project id that I get from dashboard>
and get the same issue.Affected Resource(s)
Expected Behavior
The plan should be applied and the the tfstate should reflect that the server has been deployed.
Actual Behavior
See bug description.
Steps to Reproduce
terraform apply
Terraform Configuration Files
Terraform version
Debug Output