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

Commit

Permalink
Error in managed zone api (#213)
Browse files Browse the repository at this point in the history
<!-- This change is generated by MagicModules. -->
/cc @rambleraptor
  • Loading branch information
modular-magician authored and rambleraptor committed Mar 14, 2019
1 parent 34c64fd commit 37a0865
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/ansible/modules/cloud/google/gcp_dns_managed_zone.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
a set of DNS name servers that all host the same ManagedZones. Most users will
leave this field unset.
returned: success
type: list
type: str
creationTime:
description:
- The time that this resource was created on the server.
Expand Down Expand Up @@ -161,7 +161,7 @@ def main():
description=dict(required=True, type='str'),
dns_name=dict(required=True, type='str'),
name=dict(required=True, type='str'),
name_server_set=dict(type='list', elements='str'),
name_server_set=dict(type='str'),
labels=dict(type='dict'),
)
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
is a set of DNS name servers that all host the same ManagedZones. Most users
will leave this field unset.
returned: success
type: list
type: str
creationTime:
description:
- The time that this resource was created on the server.
Expand Down

0 comments on commit 37a0865

Please sign in to comment.