terraform/builtin/providers/digitalocean
stack72 9ac39a3edf Enforcing lowercase on the DO Size. This is used for the sizeslug property of API calls - according to their [docs](https://developers.digitalocean.com/documentation/v1/sizes/) this always looks to be lowercase on the slug. I cannot find any definite answer to this question though 2015-09-18 19:42:37 +01:00
..
config.go Refactor the DigitalOcean provider 2014-11-18 11:26:59 +01:00
provider.go Add DigitalOcean SSH Key resource 2015-02-27 08:40:11 -03:00
provider_test.go Refactor the DigitalOcean provider 2014-11-18 11:26:59 +01:00
resource_digitalocean_domain.go remove various typos 2015-09-11 11:56:20 -07:00
resource_digitalocean_domain_test.go Refactor the DigitalOcean provider 2014-11-18 11:26:59 +01:00
resource_digitalocean_droplet.go Enforcing lowercase on the DO Size. This is used for the sizeslug property of API calls - according to their [docs](https://developers.digitalocean.com/documentation/v1/sizes/) this always looks to be lowercase on the slug. I cannot find any definite answer to this question though 2015-09-18 19:42:37 +01:00
resource_digitalocean_droplet_test.go Refactor the DigitalOcean provider 2014-11-18 11:26:59 +01:00
resource_digitalocean_record.go remove various typos 2015-09-11 11:56:20 -07:00
resource_digitalocean_record_test.go providers/digitalocean: add dot in GET response 2015-03-26 10:57:46 -07:00
resource_digitalocean_ssh_key.go remove various typos 2015-09-11 11:56:20 -07:00
resource_digitalocean_ssh_key_test.go providers/digitalocean: fix ssh key test 2015-04-02 09:04:59 -05:00