From 0abe2461285f26860067a49cc29add23797696f6 Mon Sep 17 00:00:00 2001 From: The Magician Date: Thu, 7 Jan 2021 07:10:40 -0800 Subject: [PATCH] add support for sql 8.0 (#4363) (#360) Signed-off-by: Modular Magician --- plugins/modules/gcp_sql_instance.py | 6 +++--- plugins/modules/gcp_sql_instance_info.py | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/plugins/modules/gcp_sql_instance.py b/plugins/modules/gcp_sql_instance.py index 84d23dd..48d1700 100644 --- a/plugins/modules/gcp_sql_instance.py +++ b/plugins/modules/gcp_sql_instance.py @@ -709,9 +709,9 @@ settings: settingsVersion: description: - The version of instance settings. This is a required field for update method - to make sure concurrent updates are handled properly. During update, use the - most recent settingsVersion value for this instance and do not try to update - this value. + to make sure concurrent updates are handled properly. + - During update, use the most recent settingsVersion value for this instance + and do not try to update this value. returned: success type: int userLabels: diff --git a/plugins/modules/gcp_sql_instance_info.py b/plugins/modules/gcp_sql_instance_info.py index f21302f..ff0e7d3 100644 --- a/plugins/modules/gcp_sql_instance_info.py +++ b/plugins/modules/gcp_sql_instance_info.py @@ -409,9 +409,9 @@ resources: settingsVersion: description: - The version of instance settings. This is a required field for update - method to make sure concurrent updates are handled properly. During update, - use the most recent settingsVersion value for this instance and do not - try to update this value. + method to make sure concurrent updates are handled properly. + - During update, use the most recent settingsVersion value for this instance + and do not try to update this value. returned: success type: int userLabels: