terraform/builtin/providers/digitalocean
mjsteger 9c0888ca88 Fix parsing of digitalocean dns records (#14215)
This changeset fixes how some digitalocean dns records were getting
parsed. In particular, it allows for understanding "@" as shorthand for
the domain itself, preventing terraform from suggesting changes that
wouldn't have any actual effect. This changeset also adds a trailing "."
to certain record types which are required to be submitted with a
trailing dot, but which digitalocean does not return with a trailing
dot, again preventing changes that wouldn't have an effect.

Tests have been added for the above, and with just adding the tests, the
current code is failing, as it is handling some records(e.g. MX)
incorrectly
2017-05-16 12:10:34 +03:00
..
config.go provider/digitalocean: Log HTTP requests & responses in DEBUG+ level (#14039) 2017-04-27 17:14:37 +01:00
datasource_digitalocean_image.go Rename datasource_digitalocea{l,n}_image.go (#14025) 2017-04-27 11:11:57 +01:00
datasource_digitalocean_image_test.go Rename datasource_digitalocea{l,n}_image.go (#14025) 2017-04-27 11:11:57 +01:00
import_digitalocean_domain_test.go
import_digitalocean_droplet_test.go
import_digitalocean_floating_ip_test.go
import_digitalocean_ssh_key_test.go
import_digitalocean_tag_test.go
import_digitalocean_volume_test.go
loadbalancer.go
provider.go
provider_test.go
resource_digitalocean_domain.go
resource_digitalocean_domain_test.go
resource_digitalocean_droplet.go provider/digitalocean: prevent new resources when using ID's of images with slugs (#13879) 2017-04-27 18:48:58 +01:00
resource_digitalocean_droplet_test.go provider/digitalocean: prevent new resources when using ID's of images with slugs (#13879) 2017-04-27 18:48:58 +01:00
resource_digitalocean_floating_ip.go
resource_digitalocean_floating_ip_test.go
resource_digitalocean_loadbalancer.go
resource_digitalocean_loadbalancer_test.go
resource_digitalocean_record.go Fix parsing of digitalocean dns records (#14215) 2017-05-16 12:10:34 +03:00
resource_digitalocean_record_test.go Fix parsing of digitalocean dns records (#14215) 2017-05-16 12:10:34 +03:00
resource_digitalocean_ssh_key.go
resource_digitalocean_ssh_key_test.go
resource_digitalocean_tag.go
resource_digitalocean_tag_test.go
resource_digitalocean_volume.go
resource_digitalocean_volume_test.go
tags.go
tags_test.go