Error in managed zone api (#213)

<!-- This change is generated by MagicModules. -->
/cc @rambleraptor
This commit is contained in:
The Magician 2019-03-14 11:26:31 -07:00 committed by Alex Stephen
parent 7ce560f452
commit 074e2e2e28
2 changed files with 3 additions and 3 deletions

View file

@ -126,7 +126,7 @@ nameServerSet:
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.
@ -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'),
)
)

View file

@ -96,7 +96,7 @@ items:
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.