Commit Graph

5 Commits

Author SHA1 Message Date
Justin Barrick 1218678b80 Allows assigning an already existing floating ip to a droplet via a new resource (fixes #8).
Adds a `digitalocean_floating_ip_assignment` resource so that a floating IP that
already exists can be assigned to a droplet.

I've also added the `ignore_droplet_id` flag to the `digitalocean_floating_ip` so that
the existing floating IP resource can be used to create these IPs.

A new resource was used to prevent circular dependencies.
2018-08-22 01:15:11 +00:00
Andrew Starr-Bochicchio 141501e37a
Merge pull request #109 from terraform-providers/aknuds1/handle-missing-droplet-on-unassign
Handle denial to unassign floating IP from already deleted Droplet
2018-06-28 18:12:40 -04:00
Arve Knudsen 1c0e1d5b0f Handle missing floating IPs (#55) 2018-06-27 15:26:03 -04:00
Arve Knudsen 82b0996791 Handle denial to unassign floating IP from droplet 2017-11-13 18:55:47 +01:00
Jake Champlin ddd64aa789
Transfer digitalocean provider 2017-06-06 11:45:13 -04:00
Renamed from resource_digitalocean_floating_ip.go (Browse further)