mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 23:51:23 -07:00
Scaleway Database Backup : Create new module (#741)
* Scaleway Database Backup : Create new module * Add changelog * Fix typo * Remove module duplicate * Fix typo Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru> * Remove changelog * Improve doc * Improve documentation * Improve parameters checking * Fix blank space * Change result name (data to metadata) See https://github.com/ansible-collections/community.general/pull/741#discussion_r468537460 * Fix doc typo * Update plugins/modules/cloud/scaleway/scaleway_database_backup.py Co-authored-by: Felix Fontein <felix@fontein.de> * States explanations https://github.com/ansible-collections/community.general/pull/741/files/03f58894ff6d7a4432a06eaa4052dc882d33c414#r470845287 * Fix documentation typo Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
bf41ddc8ef
commit
8a16b51202
5 changed files with 606 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
scaleway_name: scaleway_database_backup_test
|
||||
scaleway_region: fr-par
|
||||
scaleway_database_name: scaleway_database_test
|
||||
scaleway_instance_id:
|
Loading…
Add table
Add a link
Reference in a new issue