terraform/builtin/providers/cloudflare
Alan Grosskurth 023b2f94eb providers/cloudflare: Better error message
Currently, if a record isn't found, we get an error like:

    Couldn't find record: Record not found

This change improves the error message to add more context:

    Couldn't find record ID (123456789) for domain (example.com): Record not found
2015-04-29 13:49:16 -07:00
..
config.go Removing obsolete struct tags 2014-11-17 18:57:41 +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 Refactoring the CloudFlare provider 2014-11-17 14:03:57 +01:00
resource_cloudflare_record.go providers/cloudflare: Better error message 2015-04-29 13:49:16 -07:00
resource_cloudflare_record_test.go Refactoring the CloudFlare provider 2014-11-17 14:03:57 +01:00