Update rds documentation for upgrade (#48713)

upgrade parameter is available only when command is one of the
following [ create, modify, replicate, restore ]

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde 2018-11-16 08:27:57 +05:30 committed by Alicia Cozine
parent 0fecc84c9f
commit 2962f3e519

View file

@ -92,7 +92,8 @@ options:
default: 3306 for mysql, 1521 for Oracle, 1433 for SQL Server, 5432 for PostgreSQL.
upgrade:
description:
- Indicates that minor version upgrades should be applied automatically. Used only when command=create or command=replicate.
- Indicates that minor version upgrades should be applied automatically.
- Used only when command=create or command=modify or command=restore or command=replicate.
type: bool
default: 'no'
option_group: