terraform/builtin/providers/digitalocean
Alex Berghage 53f02fc4a2 Analogous to #3768 -- just for DNS and keys.
The error string for 404s on DNS domains has (apparently)
changed, causing things to be a little sad when you modify
DNS domains from the DO console instead of terraform. This
is just the same fix as was applied to droplets around this
time last month.

While I was at it I just fixed this everywhere I saw it in the
DO provider source tree.
2015-12-06 07:13:14 -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 use official Go client for DigitalOcean provider 2015-09-27 01:09:51 -04: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: enhance user_data test 2015-11-04 15:20:52 -06:00
resource_digitalocean_floating_ip.go updating printf formating to correct syntax with int 2015-11-25 07:59:46 +00:00
resource_digitalocean_floating_ip_test.go Using the laterst version of the DO API to get the Assign of an IP working without a time.Sleep 2015-11-24 11:08:43 +00:00
resource_digitalocean_record.go Analogous to #3768 -- just for DNS and keys. 2015-12-06 07:13:14 -05:00
resource_digitalocean_record_test.go provider/digitalocean: remove relative CNAME test 2015-11-19 18:36:58 -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