From 08c3c63e33dc14b38aca247beb230d6bcdd98cfe Mon Sep 17 00:00:00 2001 From: Elena Xin <39109137+sinbai@users.noreply.github.com> Date: Thu, 14 Apr 2022 17:13:09 +0800 Subject: [PATCH] doc fix (#16387) --- website/docs/r/cosmosdb_cassandra_keyspace.html.markdown | 2 +- website/docs/r/cosmosdb_cassandra_table.html.markdown | 2 +- website/docs/r/cosmosdb_gremlin_database.html.markdown | 2 +- website/docs/r/cosmosdb_gremlin_graph.html.markdown | 2 +- website/docs/r/cosmosdb_mongo_collection.html.markdown | 2 +- website/docs/r/cosmosdb_mongo_database.html.markdown | 2 +- website/docs/r/cosmosdb_sql_container.html.markdown | 2 +- website/docs/r/cosmosdb_sql_database.html.markdown | 2 +- website/docs/r/cosmosdb_table.html.markdown | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/website/docs/r/cosmosdb_cassandra_keyspace.html.markdown b/website/docs/r/cosmosdb_cassandra_keyspace.html.markdown index 9020d7628f80..3d9ff0aba68e 100644 --- a/website/docs/r/cosmosdb_cassandra_keyspace.html.markdown +++ b/website/docs/r/cosmosdb_cassandra_keyspace.html.markdown @@ -67,7 +67,7 @@ The following arguments are supported: An `autoscale_settings` block supports the following: -* `max_throughput` - (Optional) The maximum throughput of the Cassandra KeySpace (RU/s). Must be between `4,000` and `1,000,000`. Must be set in increments of `1,000`. Conflicts with `throughput`. +* `max_throughput` - (Optional) The maximum throughput of the Cassandra KeySpace (RU/s). Must be between `1,000` and `1,000,000`. Must be set in increments of `1,000`. Conflicts with `throughput`. ## Attributes Reference diff --git a/website/docs/r/cosmosdb_cassandra_table.html.markdown b/website/docs/r/cosmosdb_cassandra_table.html.markdown index 520096c05579..ec997079f8f1 100644 --- a/website/docs/r/cosmosdb_cassandra_table.html.markdown +++ b/website/docs/r/cosmosdb_cassandra_table.html.markdown @@ -92,7 +92,7 @@ The following arguments are supported: An `autoscale_settings` block supports the following: -* `max_throughput` - (Optional) The maximum throughput of the Cassandra Table (RU/s). Must be between `4,000` and `1,000,000`. Must be set in increments of `1,000`. Conflicts with `throughput`. +* `max_throughput` - (Optional) The maximum throughput of the Cassandra Table (RU/s). Must be between `1,000` and `1,000,000`. Must be set in increments of `1,000`. Conflicts with `throughput`. --- diff --git a/website/docs/r/cosmosdb_gremlin_database.html.markdown b/website/docs/r/cosmosdb_gremlin_database.html.markdown index d71783070811..9f2972ade1fb 100644 --- a/website/docs/r/cosmosdb_gremlin_database.html.markdown +++ b/website/docs/r/cosmosdb_gremlin_database.html.markdown @@ -48,7 +48,7 @@ The following arguments are supported: An `autoscale_settings` block supports the following: -* `max_throughput` - (Optional) The maximum throughput of the Gremlin database (RU/s). Must be between `4,000` and `1,000,000`. Must be set in increments of `1,000`. Conflicts with `throughput`. +* `max_throughput` - (Optional) The maximum throughput of the Gremlin database (RU/s). Must be between `1,000` and `1,000,000`. Must be set in increments of `1,000`. Conflicts with `throughput`. ## Attributes Reference diff --git a/website/docs/r/cosmosdb_gremlin_graph.html.markdown b/website/docs/r/cosmosdb_gremlin_graph.html.markdown index b29f48c07ef0..183f9ece466d 100644 --- a/website/docs/r/cosmosdb_gremlin_graph.html.markdown +++ b/website/docs/r/cosmosdb_gremlin_graph.html.markdown @@ -86,7 +86,7 @@ The following arguments are supported: An `autoscale_settings` block supports the following: -* `max_throughput` - (Optional) The maximum throughput of the Gremlin graph (RU/s). Must be between `4,000` and `1,000,000`. Must be set in increments of `1,000`. Conflicts with `throughput`. +* `max_throughput` - (Optional) The maximum throughput of the Gremlin graph (RU/s). Must be between `1,000` and `1,000,000`. Must be set in increments of `1,000`. Conflicts with `throughput`. --- diff --git a/website/docs/r/cosmosdb_mongo_collection.html.markdown b/website/docs/r/cosmosdb_mongo_collection.html.markdown index 35b2299b7243..5a8c1e1f595c 100644 --- a/website/docs/r/cosmosdb_mongo_collection.html.markdown +++ b/website/docs/r/cosmosdb_mongo_collection.html.markdown @@ -61,7 +61,7 @@ The following arguments are supported: An `autoscale_settings` block supports the following: -* `max_throughput` - (Optional) The maximum throughput of the MongoDB collection (RU/s). Must be between `4,000` and `1,000,000`. Must be set in increments of `1,000`. Conflicts with `throughput`. +* `max_throughput` - (Optional) The maximum throughput of the MongoDB collection (RU/s). Must be between `1,000` and `1,000,000`. Must be set in increments of `1,000`. Conflicts with `throughput`. --- diff --git a/website/docs/r/cosmosdb_mongo_database.html.markdown b/website/docs/r/cosmosdb_mongo_database.html.markdown index e4658304ca28..963a493c34c2 100644 --- a/website/docs/r/cosmosdb_mongo_database.html.markdown +++ b/website/docs/r/cosmosdb_mongo_database.html.markdown @@ -48,7 +48,7 @@ The following arguments are supported: An `autoscale_settings` block supports the following: -* `max_throughput` - (Optional) The maximum throughput of the MongoDB database (RU/s). Must be between `4,000` and `1,000,000`. Must be set in increments of `1,000`. Conflicts with `throughput`. +* `max_throughput` - (Optional) The maximum throughput of the MongoDB database (RU/s). Must be between `1,000` and `1,000,000`. Must be set in increments of `1,000`. Conflicts with `throughput`. ## Attributes Reference diff --git a/website/docs/r/cosmosdb_sql_container.html.markdown b/website/docs/r/cosmosdb_sql_container.html.markdown index 2a7fd098d987..f55bbab3b67d 100644 --- a/website/docs/r/cosmosdb_sql_container.html.markdown +++ b/website/docs/r/cosmosdb_sql_container.html.markdown @@ -80,7 +80,7 @@ The following arguments are supported: An `autoscale_settings` block supports the following: -* `max_throughput` - (Optional) The maximum throughput of the SQL container (RU/s). Must be between `4,000` and `1,000,000`. Must be set in increments of `1,000`. Conflicts with `throughput`. +* `max_throughput` - (Optional) The maximum throughput of the SQL container (RU/s). Must be between `1,000` and `1,000,000`. Must be set in increments of `1,000`. Conflicts with `throughput`. --- A `unique_key` block supports the following: diff --git a/website/docs/r/cosmosdb_sql_database.html.markdown b/website/docs/r/cosmosdb_sql_database.html.markdown index 7328564d173d..bcdd0fad3beb 100644 --- a/website/docs/r/cosmosdb_sql_database.html.markdown +++ b/website/docs/r/cosmosdb_sql_database.html.markdown @@ -48,7 +48,7 @@ The following arguments are supported: An `autoscale_settings` block supports the following: -* `max_throughput` - (Optional) The maximum throughput of the SQL database (RU/s). Must be between `4,000` and `1,000,000`. Must be set in increments of `1,000`. Conflicts with `throughput`. +* `max_throughput` - (Optional) The maximum throughput of the SQL database (RU/s). Must be between `1,000` and `1,000,000`. Must be set in increments of `1,000`. Conflicts with `throughput`. ## Attributes Reference diff --git a/website/docs/r/cosmosdb_table.html.markdown b/website/docs/r/cosmosdb_table.html.markdown index 60a678e9c51a..f7eadb9052c1 100644 --- a/website/docs/r/cosmosdb_table.html.markdown +++ b/website/docs/r/cosmosdb_table.html.markdown @@ -48,7 +48,7 @@ The following arguments are supported: An `autoscale_settings` block supports the following: -* `max_throughput` - (Optional) The maximum throughput of the Table (RU/s). Must be between `4,000` and `1,000,000`. Must be set in increments of `1,000`. Conflicts with `throughput`. +* `max_throughput` - (Optional) The maximum throughput of the Table (RU/s). Must be between `1,000` and `1,000,000`. Must be set in increments of `1,000`. Conflicts with `throughput`. ## Attributes Reference