mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-27 15:11:33 -07:00
* allow update for dns_managed_zone * add some input trues back in * add some input trues back in Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
c41f599aee
commit
375166519b
2 changed files with 13 additions and 28 deletions
|
@ -135,6 +135,7 @@ resources:
|
|||
description:
|
||||
- Specifies the mechanism used to provide authenticated denial-of-existence
|
||||
responses.
|
||||
- non_existence can only be updated when the state is `off`.
|
||||
returned: success
|
||||
type: str
|
||||
state:
|
||||
|
@ -147,6 +148,7 @@ resources:
|
|||
- Specifies parameters that will be used for generating initial DnsKeys
|
||||
for this ManagedZone. If you provide a spec for keySigning or zoneSigning,
|
||||
you must also provide one for the other.
|
||||
- default_key_specs can only be updated when the state is `off`.
|
||||
returned: success
|
||||
type: complex
|
||||
contains:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue