terraform/builtin/providers/mailgun
Paul Hinze 86af71ad6d providers/mailgun: fix sending/receiving records
The Mailgun provider was relying on an old behavior of
`ResourceData.Set` that would allow nested access to
maps. We now just build up our own maps like sane people.
2015-02-18 17:18:19 -06:00
..
config.go Updated the provider to make testing a little easier 2014-11-18 15:21:32 +01:00
provider.go Move duplicated envDefaultFunc out of each provider and into Schema. 2015-01-16 17:25:39 +00:00
provider_test.go Updated the provider to make testing a little easier 2014-11-18 15:21:32 +01:00
resource_mailgun_domain.go providers/mailgun: fix sending/receiving records 2015-02-18 17:18:19 -06:00
resource_mailgun_domain_test.go builtin/providers/mailgun: vet fix 2014-12-17 12:59:07 +01:00