terraform/builtin/providers/tls
Martin Atkins c244e5a668 Convert tls_cert_request to be a data source
This resource (unlike the others in this provider) isn't stateful, so it
is a good candidate to be a data source.

The old resource form is preserved via the standard shim in helper/schema,
which will generate a deprecation warning but will still allow the
resource to be used.
2016-07-02 08:07:53 -07:00
..
data_source_cert_request.go Convert tls_cert_request to be a data source 2016-07-02 08:07:53 -07:00
data_source_cert_request_test.go Convert tls_cert_request to be a data source 2016-07-02 08:07:53 -07:00
provider.go Convert tls_cert_request to be a data source 2016-07-02 08:07:53 -07:00
provider_test.go provider/tls: add locally signed certificates 2015-11-15 20:23:40 -05:00
resource_certificate.go Enable `go vet -unusedresult` check and fix warnings. 2016-02-17 11:59:50 -08:00
resource_locally_signed_cert.go provider/tls: add locally signed certificates 2015-11-15 20:23:40 -05:00
resource_locally_signed_cert_test.go core: Use OutputState in JSON instead of map 2016-05-18 13:25:20 -05:00
resource_private_key.go Export public keys from tls_private_key 2016-01-16 17:30:48 -08:00
resource_private_key_test.go core: Use OutputState in JSON instead of map 2016-05-18 13:25:20 -05:00
resource_self_signed_cert.go provider/tls: add locally signed certificates 2015-11-15 20:23:40 -05:00
resource_self_signed_cert_test.go core: Use OutputState in JSON instead of map 2016-05-18 13:25:20 -05:00
util.go provider/tls: add locally signed certificates 2015-11-15 20:23:40 -05:00