terraform/builtin/providers/digitalocean
Colin Hebert f6d80f2215 provider/digitalocean: allow reassignment of floating IPs
Do not force the creation of a new IP when the droplet_id changes, and
unassignment of the the floating IP without destroying it.
2016-01-21 07:16:59 -05:00
..
config.go use official Go client for DigitalOcean provider 2015-09-27 01:09:51 -04:00
provider.go Adding the first pass of the work to get a floatingip assigned to a region 2015-11-20 19:12:30 +02:00
provider_test.go Refactor the DigitalOcean provider 2014-11-18 11:26:59 +01:00
resource_digitalocean_domain.go Analogous to #3768 -- just for DNS and keys. 2015-12-06 07:13:14 -05:00
resource_digitalocean_domain_test.go provider/digitalocean: prevent collision on domain acctest 2016-01-04 16:36:07 -06:00
resource_digitalocean_droplet.go Logging that the DO droplet wasn't found before removing it 2015-11-05 17:32:57 +00:00
resource_digitalocean_droplet_test.go provider/digitalocean: acctest improvements 2016-01-04 15:30:35 -06:00
resource_digitalocean_floating_ip.go provider/digitalocean: allow reassignment of floating IPs 2016-01-21 07:16:59 -05:00
resource_digitalocean_floating_ip_test.go provider/digitalocean: move floating ip test out of region w/ capacity problems 2016-01-08 08:12:18 -06:00
resource_digitalocean_record.go Fix errors with gofmt compliance 2015-12-17 12:35:19 -05:00
resource_digitalocean_record_test.go provider/digitalocean: acctest improvements 2016-01-04 15:30:35 -06:00
resource_digitalocean_ssh_key.go Analogous to #3768 -- just for DNS and keys. 2015-12-06 07:13:14 -05:00
resource_digitalocean_ssh_key_test.go use official Go client for DigitalOcean provider 2015-09-27 01:09:51 -04:00