Skip to content

Commit

Permalink
Fix version_added for new params in gce_lb
Browse files Browse the repository at this point in the history
  • Loading branch information
jctanner committed Apr 8, 2014
1 parent 3464842 commit 387414f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/cloud/gce_lb
Original file line number Diff line number Diff line change
Expand Up @@ -111,21 +111,21 @@ options:
choices: ["active", "present", "absent", "deleted"]
aliases: []
service_account_email:
version_added: 1.5.1
version_added: "1.6"
description:
- service account email
required: false
default: null
aliases: []
pem_file:
version_added: 1.5.1
version_added: "1.6"
description:
- path to the pem file associated with the service account email
required: false
default: null
aliases: []
project_id:
version_added: 1.5.1
version_added: "1.6"
description:
- your GCE project ID
required: false
Expand Down

0 comments on commit 387414f

Please sign in to comment.