terraform/builtin/providers/dnsimple
Paul Stack e973176bb9 provider/dnsimple: Don't prompt the user for email address (#12619)
As part of the new changes to the DNSimple provider, we changed to use
the new API version. This requires a token and *not* email address

In order for backwards compatibility - we kept the email address in the
schema but we had the default as nil, meaning that Terraform was
prompting the user for it, they would enter it, then Terraform would
error out due to using a combination of token and email address

This commit makes the default email address an empty String. This means
we don't prompt the user
2017-03-13 10:07:53 +02:00
..
config.go Upgrade DNSimple provider to API v2 (#10760) 2017-03-02 05:12:34 +00:00
provider.go provider/dnsimple: Don't prompt the user for email address (#12619) 2017-03-13 10:07:53 +02:00
provider_test.go Upgrade DNSimple provider to API v2 (#10760) 2017-03-02 05:12:34 +00:00
resource_dnsimple_record.go Upgrade DNSimple provider to API v2 (#10760) 2017-03-02 05:12:34 +00:00
resource_dnsimple_record_test.go Upgrade DNSimple provider to API v2 (#10760) 2017-03-02 05:12:34 +00:00