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: