added version added to new rax_cdb choices
This commit is contained in:
parent
2d7b1bd1c4
commit
205d607320
1 changed files with 2 additions and 0 deletions
|
@ -42,10 +42,12 @@ options:
|
||||||
description:
|
description:
|
||||||
- type of instance (i.e. MySQL, MariaDB, Percona)
|
- type of instance (i.e. MySQL, MariaDB, Percona)
|
||||||
default: MySQL
|
default: MySQL
|
||||||
|
version_added: "2.0"
|
||||||
cdb_version:
|
cdb_version:
|
||||||
description:
|
description:
|
||||||
- version of database (MySQL supports 5.1 and 5.6, MariaDB supports 10, Percona supports 5.6)
|
- version of database (MySQL supports 5.1 and 5.6, MariaDB supports 10, Percona supports 5.6)
|
||||||
choices: ['5.1', '5.6', '10']
|
choices: ['5.1', '5.6', '10']
|
||||||
|
version_added: "2.0"
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- Indicate desired state of the resource
|
- Indicate desired state of the resource
|
||||||
|
|
Loading…
Reference in a new issue