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
Is your feature request related to a problem? Please describe.
As floating IP is going to deprecated and as suggestion by digitalocean provider we can use reserved IP in replace of floating IP.
So I replace floating IP with reserved IP but digitalocean_project_resources does not yet support reserved IP.
Describe the solution you'd like
Please add reserved IP resource in digitalocean_project_resources
Thanks for flagging this issue. We've raised it internally to the team working on the Projects API. In the meantime, you could work around the problem by using a floating IP style URN for the reserved IP.
Note: project resources seem to add the reserved IP now, but still use floatingip in the URN so the terraform state keeps trying to replace it with reservedip, which fails.
This applies fine, but running terraform apply again shows this state change:
And attempting to terraform apply at any future point always results in this error.
I have to destroy and apply from scratch to get an exit code 0 (or taint the project resource so it destroys and rebuilds itself). Note that this happens even if I don't put the reserved IP arn in the project resources. Because attaching the reserved IP and associating the Droplet to the project apparently associates the IP to the project as well as a floatingip, I get this error regardless in all applies after my first one, regardless if I exclude the digitalocean_reserved_ip.webapp.urn from the resources.
Is your feature request related to a problem? Please describe.
As floating IP is going to deprecated and as suggestion by digitalocean provider we can use reserved IP in replace of floating IP.
So I replace floating IP with reserved IP but digitalocean_project_resources does not yet support reserved IP.
Describe the solution you'd like
Please add reserved IP resource in digitalocean_project_resources
https://registry.terraform.io/providers/digitalocean/digitalocean/latest/docs/resources/project_resources
The text was updated successfully, but these errors were encountered: