From 43ade2b6a19c1df8eecbfa64d0763755b8cd5534 Mon Sep 17 00:00:00 2001 From: Brandon Croft Date: Tue, 25 Oct 2022 10:45:30 -0600 Subject: [PATCH] Update website/docs/intro/index.mdx --- website/docs/intro/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/intro/index.mdx b/website/docs/intro/index.mdx index a7fb1a9565..4acc3a7b5a 100644 --- a/website/docs/intro/index.mdx +++ b/website/docs/intro/index.mdx @@ -16,7 +16,7 @@ Terraform creates and manages resources on cloud platforms and other services th ![Terraform creates and manages cloud platforms and services through their APIs](/img/docs/intro-terraform-apis.png) -HashiCorp and the Terraform community have already written **more than 2400 providers** to manage thousands of different types of resources and services, and this number continues to grow. You can find all publicly available providers on the [Terraform Registry](https://registry.terraform.io/), including Amazon Web Services (AWS), Azure, Google Cloud Platform (GCP), Kubernetes, Helm, GitHub, Splunk, DataDog, and many more. +HashiCorp and the Terraform community have already written **thousands of providers** to manage many different types of resources and services. You can find all publicly available providers on the [Terraform Registry](https://registry.terraform.io/), including Amazon Web Services (AWS), Azure, Google Cloud Platform (GCP), Kubernetes, Helm, GitHub, Splunk, DataDog, and many more. The core Terraform workflow consists of three stages: