Skip to content

Commit

Permalink
Andy's feedback, update field name to provisioned_virtual_cpus
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlinville committed Sep 17, 2024
1 parent 06e022f commit 37574c2
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ Before you start this tutorial, you must
Terraform reports the actions it will take. Verify the details, then type `yes` to apply the changes.
{% endcapture %}
Terraform uses a infrastructure-as-code approach to managing resources. Terraform configuration files allow you to define resources declaratively and let Terraform manage their lifecycle.
<section class="filter-content" markdown="1" data-scope="basic">
In this tutorial, you will create a CockroachDB {{ site.data.products.basic }} cluster.
Expand Down Expand Up @@ -118,7 +116,7 @@ In this tutorial, you will create a CockroachDB {{ site.data.products.standard }
plan = "STANDARD"
serverless = {
usage_limits = {
provisioned_vcpus = 2
provisioned_virtual_cpus = 2
}
}
regions = [
Expand All @@ -131,7 +129,7 @@ In this tutorial, you will create a CockroachDB {{ site.data.products.standard }
~~~
- Replace `cockroach-standard` with a name for the cluster.
- Set `cloud_provider` to `AWS` `AZURE`, or `GCP`.
- Under `usage_limits`, set `provisioned_vcpus` to the number of vCPUs required per node.
- Under `usage_limits`, set `provisioned_virtual_cpus` to the required maximum vCPUs for the cluster.
- Under `regions`, add the names of one or more regions for the cluster.
- To optionally enable [deletion protection]({% link cockroachcloud/basic-cluster-management.md %}#enable-deletion-protection), set `delete_protection` to `true`.
{{ remaining_steps }}
Expand Down

0 comments on commit 37574c2

Please sign in to comment.