Skip to content

Commit 1213f82

Browse files
authored
update tiers case
1 parent 6f96c90 commit 1213f82

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ Users that use our OpenAPI to create new services will be required to remove the
7676
The `tier` field has been removed from the service object as there is no more distinction between Development and Production services.
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

79-
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.
79+
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.
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?
@@ -90,8 +90,8 @@ After the migration, the `tier` field is no longer accepted, and references to i
9090

9191
Users will also be able to specify the `num_replicas` field as a property of the service resource.
9292

93-
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.
93+
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.
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)