diff --git a/plugins/modules/corenetworks_dns.py b/plugins/modules/corenetworks_dns.py index fbe6cc6..551ca2b 100644 --- a/plugins/modules/corenetworks_dns.py +++ b/plugins/modules/corenetworks_dns.py @@ -194,6 +194,7 @@ def main(): ttl=dict(type="int", default=3600), value=dict(type="str"), solo=dict(type="bool", default=False), + throttle=dict(type="int", default=2), state=dict(type="str", choices=["present", "absent"], default="present"), ), required_together=[["record", "value"]],