mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-08 11:50:28 -07:00
Fix typo in iam docs
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
f0b41b7daa
commit
d4d9b8d3f7
1 changed files with 5 additions and 16 deletions
|
@ -72,18 +72,13 @@ options:
|
||||||
description:
|
description:
|
||||||
- Specifies the mechanism used to provide authenticated denial-of-existence
|
- Specifies the mechanism used to provide authenticated denial-of-existence
|
||||||
responses. Output only while state is not OFF. .
|
responses. Output only while state is not OFF. .
|
||||||
|
- 'Some valid choices include: "nsec", "nsec3"'
|
||||||
required: false
|
required: false
|
||||||
choices:
|
|
||||||
- nsec
|
|
||||||
- nsec3
|
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- Specifies whether DNSSEC is enabled, and what mode it is in.
|
- Specifies whether DNSSEC is enabled, and what mode it is in.
|
||||||
|
- 'Some valid choices include: "off", "on", "transfer"'
|
||||||
required: false
|
required: false
|
||||||
choices:
|
|
||||||
- 'off'
|
|
||||||
- 'on'
|
|
||||||
- transfer
|
|
||||||
default_key_specs:
|
default_key_specs:
|
||||||
description:
|
description:
|
||||||
- Specifies parameters that will be used for generating initial DnsKeys for
|
- Specifies parameters that will be used for generating initial DnsKeys for
|
||||||
|
@ -93,13 +88,9 @@ options:
|
||||||
algorithm:
|
algorithm:
|
||||||
description:
|
description:
|
||||||
- String mnemonic specifying the DNSSEC algorithm of this key.
|
- String mnemonic specifying the DNSSEC algorithm of this key.
|
||||||
|
- 'Some valid choices include: "ecdsap256sha256", "ecdsap384sha384", "rsasha1",
|
||||||
|
"rsasha256", "rsasha512"'
|
||||||
required: false
|
required: false
|
||||||
choices:
|
|
||||||
- ecdsap256sha256
|
|
||||||
- ecdsap384sha384
|
|
||||||
- rsasha1
|
|
||||||
- rsasha256
|
|
||||||
- rsasha512
|
|
||||||
key_length:
|
key_length:
|
||||||
description:
|
description:
|
||||||
- Length of the keys in bits.
|
- Length of the keys in bits.
|
||||||
|
@ -111,10 +102,8 @@ options:
|
||||||
when active, will only be used to sign resource record sets of type
|
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
|
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. .
|
and will be used to sign all other types of resource record sets. .
|
||||||
|
- 'Some valid choices include: "keySigning", "zoneSigning"'
|
||||||
required: false
|
required: false
|
||||||
choices:
|
|
||||||
- keySigning
|
|
||||||
- zoneSigning
|
|
||||||
kind:
|
kind:
|
||||||
description:
|
description:
|
||||||
- Identifies what kind of resource this is.
|
- Identifies what kind of resource this is.
|
||||||
|
|
Loading…
Add table
Reference in a new issue