Commit Graph

15 Commits

Author SHA1 Message Date
James Nugent
463fde2509 Fix typo 2016-02-22 13:31:59 -05:00
stack72
b57a3094f6 provider/digitalocean: Addsa FQDN out to the digitalocean_record
resource. This is a computed field
2016-02-09 16:57:42 +00:00
James Nugent
8e538b68ec Fix errors with gofmt compliance 2015-12-17 12:35:19 -05:00
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
Antoine Grondin
0bcf557198 use official Go client for DigitalOcean provider 2015-09-27 01:09:51 -04:00
Anthony Scalisi
198e1a5186 remove various typos 2015-09-11 11:56:20 -07:00
Anton Tereshchenkov
6f76340192 providers/digitalocean: add dot in GET response
Added tests for relative and external CNAME values.
2015-03-26 10:57:46 -07:00
Anton Tereshchenkov
3565ae034e providers/digitalocean: force fqdn in dns rr value
Fixes a bug that forces DNS record to be recreated when dealing with
records that have domain values (CNAME, MX, NS, etc.)
2015-03-26 10:57:46 -07:00
Sander van Harmelen
12f6ccb731 Refactor the DigitalOcean provider
With this refactor the DigitalOcean provider is updated to use the
schema.Provider approach released with TF 0.2.
2014-11-18 11:26:59 +01:00
Mitchell Hashimoto
aafbc2ab7c providers/digitalocean: tests passing, compiling 2014-09-16 17:28:22 -07:00
Mitchell Hashimoto
228fd035ba providers/digitalocean: handle when resource deleted manually [GH-279] 2014-09-09 13:36:47 -07:00
Mitchell Hashimoto
0a1397b374 providers/digitalocean: convert record to schema 2014-09-09 13:29:36 -07:00
Jack Pearkes
bf52f3886b providers/digitalocean: if delete droplet returns 404, mark as gone 2014-09-05 11:10:22 -04:00
Mitchell Hashimoto
d70b451b58 providers/digitalocean: fmt 2014-07-24 14:40:54 -07:00
Jack Pearkes
67bc9f51ae providers/digitalocean: records 2014-07-24 13:47:22 -04:00