Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
rambleraptor committed Mar 3, 2020
1 parent ba7eac2 commit e694f56
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions products/compute/ansible_version_added.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
:version_added: '2.9'
:SslCertificate:
:version_added: '2.7'
:RegionSslCertificate:
:version_added: '2.10'
:Reservation:
:version_added: '2.10'
:SslPolicy:
Expand Down Expand Up @@ -1089,6 +1091,18 @@
:version_added: '2.6'
:privateKey:
:version_added: '2.6'
:RegionSslCertificate:
:version_added: '2.10'
:certificate:
:version_added: '2.10'
:description:
:version_added: '2.10'
:name:
:version_added: '2.10'
:privateKey:
:version_added: '2.10'
:region:
:version_added: '2.10'
:Reservation:
:version_added: '2.10'
:description:
Expand Down
1 change: 0 additions & 1 deletion products/compute/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11400,7 +11400,6 @@ objects:
output: true
- !ruby/object:Api::Resource
name: 'RegionSslCertificate'
min_version: beta
kind: 'compute#sslCertificate'
base_url: projects/{{project}}/regions/{{region}}/sslCertificates
collection_url_key: 'items'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ task: !ruby/object:Provider::Ansible::Task
name: gcp_compute_region_ssl_certificate
code:
name: <%= ctx[:name] %>
region: 'us-central1'
description: A certificate for testing. Do not use this certificate in production
certificate: |
-----BEGIN CERTIFICATE-----
Expand Down

0 comments on commit e694f56

Please sign in to comment.