Skip to content

Commit 0d72fb4

Browse files
authored
update tier case
1 parent 1213f82 commit 0d72fb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/cloud/manage/jan2025_faq/plan_migrations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The `tier` field has been removed from the service object as there is no more di
7777
This will affect the objects returned by the `POST`, `GET`, and `PATCH` service requests. Therefore, any code that consumes these APIs may need to be adjusted to handle these changes.
7878

7979
The number of replicas each service will be created with defaults to 3 for the Scale and Enterprise tiers, while it defaults to 1 for the Basic tier.
80-
For the Scale and the `ENTERPRISE` tiers it is possible to adjust it by passing a `numReplicas` field in the service creation request.
80+
For the Scale and the Enterprise tiers it is possible to adjust it by passing a `numReplicas` field in the service creation request.
8181
The value of the `numReplicas` field must be between 2 and 20 for the first service in a warehouse. Services that are created in an existing warehouse can have a number of replicas as low as 1.
8282

8383
### What changes should the users make if using the existing Terraform provider for automation?
@@ -91,7 +91,7 @@ After the migration, the `tier` field is no longer accepted, and references to i
9191
Users will also be able to specify the `num_replicas` field as a property of the service resource.
9292

9393
The number of replicas each service will be created with defaults to 3 for the Scale and Enterprise tiers, while it defaults to 1 for the Basic tier.
94-
For the Scale and the `ENTERPRISE` tiers, it is possible to adjust it by passing a `numReplicas` field in the service creation request.
94+
For the Scale and the Enterprise tiers, it is possible to adjust it by passing a `numReplicas` field in the service creation request.
9595
The value of the `num_replicas` filed must be between 2 and 20 for the first service in a warehouse. Services that are created in an existing warehouse can have a number of replicas as low as 1.
9696

9797
### Will users have to make any changes to the database access?

0 commit comments

Comments
 (0)