Skip to content

Commit

Permalink
Add "server_ca_cert" Attribute reference (#1563)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
daviddob authored and rosbo committed May 30, 2018
1 parent a119deb commit 22be133
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions website/docs/r/sql_database_instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 22be133

Please sign in to comment.