Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Add managed SSL cert to beta.
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
nat-henderson authored and modular-magician committed Feb 21, 2019
1 parent 39f72ad commit feb7f52
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
- An SslCertificate resource, used for HTTPS load balancing. This resource provides
a mechanism to upload an SSL key and certificate to the load balancer to serve secure
connections from the user.
- For a certificate managed by Google, see the ManagedSslCertificate resource.
short_description: Creates a GCP SslCertificate
version_added: 2.6
author: Google Inc. (@googlecloudplatform)
Expand Down Expand Up @@ -67,6 +68,7 @@
which means the first character must be a lowercase letter, and all following
characters must be a dash, lowercase letter, or digit, except the last character,
which cannot be a dash.
- These are in the same namespace as the managed SSL certificates.
required: false
private_key:
description:
Expand Down Expand Up @@ -144,6 +146,7 @@
which means the first character must be a lowercase letter, and all following
characters must be a dash, lowercase letter, or digit, except the last character,
which cannot be a dash.
- These are in the same namespace as the managed SSL certificates.
returned: success
type: str
privateKey:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
which means the first character must be a lowercase letter, and all following
characters must be a dash, lowercase letter, or digit, except the last character,
which cannot be a dash.
- These are in the same namespace as the managed SSL certificates.
returned: success
type: str
privateKey:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cloud/gcp
unsupported
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
# defaults file
resource_name: '{{resource_prefix}}'
Empty file.

0 comments on commit feb7f52

Please sign in to comment.