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
I hit this recently, and worked it out was because I added a droplet to the project, but that droplet had a volume attachment which wasn't added. Adding digitalocean_volume.app.urn to the resources fixed it.
was getting a 412 error. i think i resolved this by adding the reserved ip to the project.
a better error message would have been helpful
│ Error: Error assigning resources to default project: Error assigning resources: POST https://api.digitalocean.com/v2/projects/[proj_uuid]/resources: 412 (request "[req_uuid]") Cannot move a Reserved IP with an associated Droplet. Move the Droplet instead
│
│ with module.droplet.digitalocean_project.do_project,
│ on modules/do-machine/main.tf line 114, in resource "digitalocean_project" "do_project":
│ 114: resource "digitalocean_project" "do_project" {
Terraform Version
Terraform v0.12.25
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
Debug Output
Expected Behavior
Resources should be attached to the project.
Actual Behavior
Server error: 500
Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered: