diff --git a/library/cloud/rax_files b/library/cloud/rax_files index d2958c2054a..720ea53e191 100644 --- a/library/cloud/rax_files +++ b/library/cloud/rax_files @@ -59,6 +59,11 @@ options: description: - Region to create an instance in default: DFW + state: + description: + - Indicate desired state of the resource + choices: ['present', 'absent'] + default: present ttl: description: - In seconds, set a container-wide TTL for all objects cached on CDN edge nodes. diff --git a/library/cloud/rax_files_objects b/library/cloud/rax_files_objects index 0b733487714..1c200b65c88 100644 --- a/library/cloud/rax_files_objects +++ b/library/cloud/rax_files_objects @@ -83,6 +83,11 @@ options: flat directory choices: ["yes", "no"] default: "yes" + state: + description: + - Indicate desired state of the resource + choices: ['present', 'absent'] + default: present type: description: - Type of object to do work on