terraform/builtin/providers/tls
James Nugent 3ea3c657b5 core: Use OutputState in JSON instead of map
This commit forward ports the changes made for 0.6.17, in order to store
the type and sensitive flag against outputs.

It also refactors the logic of the import for V0 to V1 state, and
fixes up the call sites of the new format for outputs in V2 state.

Finally we fix up tests which did not previously set a state version
where one is required.
2016-05-18 13:25:20 -05:00
..
provider.go provider/tls: add locally signed certificates 2015-11-15 20:23:40 -05:00
provider_test.go provider/tls: add locally signed certificates 2015-11-15 20:23:40 -05:00
resource_cert_request.go Enable `go vet -unusedresult` check and fix warnings. 2016-02-17 11:59:50 -08:00
resource_cert_request_test.go core: Use OutputState in JSON instead of map 2016-05-18 13:25:20 -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