mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-09 04:10:27 -07:00
fix dnssec test (#267)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
30b3993396
commit
b1609e83fa
2 changed files with 9 additions and 6 deletions
|
@ -71,7 +71,7 @@ options:
|
||||||
non_existence:
|
non_existence:
|
||||||
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.
|
||||||
- 'Some valid choices include: "nsec", "nsec3"'
|
- 'Some valid choices include: "nsec", "nsec3"'
|
||||||
required: false
|
required: false
|
||||||
state:
|
state:
|
||||||
|
@ -82,7 +82,8 @@ options:
|
||||||
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
|
||||||
this ManagedZone. Output only while state is not OFF .
|
this ManagedZone. If you provide a spec for keySigning or zoneSigning, you
|
||||||
|
must also provide one for the other.
|
||||||
required: false
|
required: false
|
||||||
suboptions:
|
suboptions:
|
||||||
algorithm:
|
algorithm:
|
||||||
|
@ -196,7 +197,7 @@ dnssecConfig:
|
||||||
nonExistence:
|
nonExistence:
|
||||||
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.
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
state:
|
state:
|
||||||
|
@ -207,7 +208,8 @@ dnssecConfig:
|
||||||
defaultKeySpecs:
|
defaultKeySpecs:
|
||||||
description:
|
description:
|
||||||
- Specifies parameters that will be used for generating initial DnsKeys for
|
- Specifies parameters that will be used for generating initial DnsKeys for
|
||||||
this ManagedZone. Output only while state is not OFF .
|
this ManagedZone. If you provide a spec for keySigning or zoneSigning, you
|
||||||
|
must also provide one for the other.
|
||||||
returned: success
|
returned: success
|
||||||
type: complex
|
type: complex
|
||||||
contains:
|
contains:
|
||||||
|
|
|
@ -87,7 +87,7 @@ resources:
|
||||||
nonExistence:
|
nonExistence:
|
||||||
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.
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
state:
|
state:
|
||||||
|
@ -98,7 +98,8 @@ resources:
|
||||||
defaultKeySpecs:
|
defaultKeySpecs:
|
||||||
description:
|
description:
|
||||||
- Specifies parameters that will be used for generating initial DnsKeys
|
- Specifies parameters that will be used for generating initial DnsKeys
|
||||||
for this ManagedZone. Output only while state is not OFF .
|
for this ManagedZone. If you provide a spec for keySigning or zoneSigning,
|
||||||
|
you must also provide one for the other.
|
||||||
returned: success
|
returned: success
|
||||||
type: complex
|
type: complex
|
||||||
contains:
|
contains:
|
||||||
|
|
Loading…
Add table
Reference in a new issue