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

Commit

Permalink
Merge pull request #263 from modular-magician/codegen-pr-1826
Browse files Browse the repository at this point in the history
Fix typo in iam docs
  • Loading branch information
slevenick authored May 23, 2019
2 parents 221c04e + d22d765 commit 691f02d
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions lib/ansible/modules/cloud/google/gcp_dns_managed_zone.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,18 +72,13 @@
description:
- Specifies the mechanism used to provide authenticated denial-of-existence
responses. Output only while state is not OFF. .
- 'Some valid choices include: "nsec", "nsec3"'
required: false
choices:
- nsec
- nsec3
state:
description:
- Specifies whether DNSSEC is enabled, and what mode it is in.
- 'Some valid choices include: "off", "on", "transfer"'
required: false
choices:
- 'off'
- 'on'
- transfer
default_key_specs:
description:
- Specifies parameters that will be used for generating initial DnsKeys for
Expand All @@ -93,13 +88,9 @@
algorithm:
description:
- String mnemonic specifying the DNSSEC algorithm of this key.
- 'Some valid choices include: "ecdsap256sha256", "ecdsap384sha384", "rsasha1",
"rsasha256", "rsasha512"'
required: false
choices:
- ecdsap256sha256
- ecdsap384sha384
- rsasha1
- rsasha256
- rsasha512
key_length:
description:
- Length of the keys in bits.
Expand All @@ -111,10 +102,8 @@
when active, will only be used to sign resource record sets of type
DNSKEY. Zone signing keys do not have the Secure Entry Point flag set
and will be used to sign all other types of resource record sets. .
- 'Some valid choices include: "keySigning", "zoneSigning"'
required: false
choices:
- keySigning
- zoneSigning
kind:
description:
- Identifies what kind of resource this is.
Expand Down

0 comments on commit 691f02d

Please sign in to comment.