diff --git a/docs/resources/java_war.md b/docs/resources/java_war.md index 5a08999..911a665 100644 --- a/docs/resources/java_war.md +++ b/docs/resources/java_war.md @@ -86,7 +86,7 @@ resource "clevercloud_java_war" "myapp" { - `max_instance_count` (Number) Maximum instance count, if different from min value, enable autoscaling - `min_instance_count` (Number) Minimum instance count - `name` (String) Application name -- `region` (String) Geographical region where the app will be deployed +- `region` (String) Geographical region where the database will be deployed - `smallest_flavor` (String) Smallest instance flavor ### Optional diff --git a/docs/resources/materiadb_kv.md b/docs/resources/materiadb_kv.md index 890f673..bf35974 100644 --- a/docs/resources/materiadb_kv.md +++ b/docs/resources/materiadb_kv.md @@ -18,6 +18,7 @@ Manage MateriaDB KV databases ### Required - `name` (String) Name of the service +- `region` (String) Geographical region where the data will be stored ### Read-Only diff --git a/docs/resources/mongodb.md b/docs/resources/mongodb.md index 39b0110..7e84cba 100644 --- a/docs/resources/mongodb.md +++ b/docs/resources/mongodb.md @@ -22,6 +22,7 @@ See [product specification](https://www.clever-cloud.com/fr/product/mongodb/). - `name` (String) Name of the service - `plan` (String) Database size and spec +- `region` (String) Geographical region where the data will be stored ### Read-Only diff --git a/docs/resources/nodejs.md b/docs/resources/nodejs.md index 0a53baa..0c39431 100644 --- a/docs/resources/nodejs.md +++ b/docs/resources/nodejs.md @@ -86,7 +86,7 @@ resource "clevercloud_nodejs" "myapp" { - `max_instance_count` (Number) Maximum instance count, if different from min value, enable autoscaling - `min_instance_count` (Number) Minimum instance count - `name` (String) Application name -- `region` (String) Geographical region where the app will be deployed +- `region` (String) Geographical region where the database will be deployed - `smallest_flavor` (String) Smallest instance flavor ### Optional diff --git a/docs/resources/php.md b/docs/resources/php.md index 6d32b47..df55be4 100644 --- a/docs/resources/php.md +++ b/docs/resources/php.md @@ -24,7 +24,7 @@ See [PHP product](https://www.clever-cloud.com/doc/getting-started/by-language/p - `max_instance_count` (Number) Maximum instance count, if different from min value, enable autoscaling - `min_instance_count` (Number) Minimum instance count - `name` (String) Application name -- `region` (String) Geographical region where the app will be deployed +- `region` (String) Geographical region where the database will be deployed - `smallest_flavor` (String) Smallest instance flavor ### Optional diff --git a/docs/resources/postgresql.md b/docs/resources/postgresql.md index b94fee3..9adab9c 100644 --- a/docs/resources/postgresql.md +++ b/docs/resources/postgresql.md @@ -30,7 +30,7 @@ resource "clevercloud_postgresql" "postgresql_database" { - `name` (String) Name of the service - `plan` (String) Database size and spec -- `region` (String) Geographical region where the database will be deployed +- `region` (String) Geographical region where the data will be stored ### Read-Only diff --git a/docs/resources/python.md b/docs/resources/python.md index 354a406..6bca66b 100644 --- a/docs/resources/python.md +++ b/docs/resources/python.md @@ -86,7 +86,7 @@ resource "clevercloud_python" "myapp" { - `max_instance_count` (Number) Maximum instance count, if different from min value, enable autoscaling - `min_instance_count` (Number) Minimum instance count - `name` (String) Application name -- `region` (String) Geographical region where the app will be deployed +- `region` (String) Geographical region where the database will be deployed - `smallest_flavor` (String) Smallest instance flavor ### Optional diff --git a/docs/resources/scala.md b/docs/resources/scala.md index a2312b2..52ceaba 100644 --- a/docs/resources/scala.md +++ b/docs/resources/scala.md @@ -86,7 +86,7 @@ resource "clevercloud_scala" "myapp" { - `max_instance_count` (Number) Maximum instance count, if different from min value, enable autoscaling - `min_instance_count` (Number) Minimum instance count - `name` (String) Application name -- `region` (String) Geographical region where the app will be deployed +- `region` (String) Geographical region where the database will be deployed - `smallest_flavor` (String) Smallest instance flavor ### Optional diff --git a/docs/resources/static.md b/docs/resources/static.md index 5f1f38a..e4a2aa9 100644 --- a/docs/resources/static.md +++ b/docs/resources/static.md @@ -86,7 +86,7 @@ resource "clevercloud_static" "myapp" { - `max_instance_count` (Number) Maximum instance count, if different from min value, enable autoscaling - `min_instance_count` (Number) Minimum instance count - `name` (String) Application name -- `region` (String) Geographical region where the app will be deployed +- `region` (String) Geographical region where the database will be deployed - `smallest_flavor` (String) Smallest instance flavor ### Optional