From ecee2f45372d8fe4cbc0066deb04c83b4bf281a1 Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Fri, 6 Dec 2013 16:10:00 -0600 Subject: [PATCH] Add state attribute to description --- cloud/rax_dns | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cloud/rax_dns b/cloud/rax_dns index 8e5ea3eef5c..3c1eb856c0b 100644 --- a/cloud/rax_dns +++ b/cloud/rax_dns @@ -40,6 +40,11 @@ options: name: description: - Domain name to create + state: + description: + - Indicate desired state of the resource + choices: ['present', 'absent'] + default: present ttl: description: - Time to live of domain in seconds