diff --git a/plugins/modules/grafana_folder.py b/plugins/modules/grafana_folder.py index 44142078..db5d9e90 100644 --- a/plugins/modules/grafana_folder.py +++ b/plugins/modules/grafana_folder.py @@ -37,10 +37,18 @@ required: true type: str aliases: [ title ] + uid: + description: + - The folder UID. + type: str + parent_uid: + description: + - The parent folder UID. + type: str state: description: - Delete the members not found in the C(members) parameters from the - - list of members found on the Folder. + - list of members found on the folder. default: present type: str choices: ["present", "absent"]