From 22be13362622460c959faccc3b3890943af8b726 Mon Sep 17 00:00:00 2001 From: David Dobmeier Date: Wed, 30 May 2018 17:21:28 -0400 Subject: [PATCH] Add "server_ca_cert" Attribute reference (#1563) * Add "server_ca_cert" Attribute reference Documents the addition of the `server_ca_cert` attribute for use in configuring SSL with GCP SQL Instances - added in PR #1020 * Updated formatting Updates formatting to match the above fields. --- website/docs/r/sql_database_instance.html.markdown | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/website/docs/r/sql_database_instance.html.markdown b/website/docs/r/sql_database_instance.html.markdown index 4e470a6ed23..6c9c18b994a 100644 --- a/website/docs/r/sql_database_instance.html.markdown +++ b/website/docs/r/sql_database_instance.html.markdown @@ -231,6 +231,17 @@ when the resource is configured with a `count`. * `settings.version` - Used to make sure changes to the `settings` block are atomic. + +* `server_ca_cert.0.cert` - The CA Certificate used to connect to the SQL Instance via SSL. + +* `server_ca_cert.0.common_name` - The CN valid for the CA Cert. + +* `server_ca_cert.0.create_time` - Creation time of the CA Cert. + +* `server_ca_cert.0.expiration_time` - Expiration time of the CA Cert. + +* `server_ca_cert.0.sha1_fingerprint` - SHA Fingerprint of the CA Cert. + ## Timeouts