Skip to content

Commit

Permalink
Add project field to sql ssl cert (#3235)
Browse files Browse the repository at this point in the history
<!-- This change is generated by MagicModules. -->
/cc @chrisst
  • Loading branch information
modular-magician authored and chrisst committed Mar 13, 2019
1 parent f5af846 commit 6aabf31
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions website/docs/r/sql_ssl_cert.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,12 @@ The following arguments are supported:
* `instance` - (Required) The name of the Cloud SQL instance. Changing this
forces a new resource to be created.

* `common_name` - (Required) The common name to be used in the certificate to identify the
* `common_name` - (Required) The common name to be used in the certificate to identify the
client. Constrained to [a-zA-Z.-_ ]+. Changing this forces a new resource to be created.

* `project` - (Optional) The ID of the project in which the resource belongs. If it
is not provided, the provider project is used.


## Attributes Reference

Expand All @@ -53,9 +56,9 @@ exported:
* `server_ca_cert` - The CA cert of the server this client cert was generated from.
* `cert` - The actual certificate data for this client certificate.
* `cert_serial_number` - The serial number extracted from the certificate data.
* `create_time` - The time when the certificate was created in RFC 3339 format,
* `create_time` - The time when the certificate was created in RFC 3339 format,
for example 2012-11-15T16:19:00.094Z.
* `expiration_time` - The time when the certificate expires in RFC 3339 format,
* `expiration_time` - The time when the certificate expires in RFC 3339 format,
for example 2012-11-15T16:19:00.094Z.

## Import
Expand Down

0 comments on commit 6aabf31

Please sign in to comment.