Update website/docs/intro/index.mdx

This commit is contained in:
Brandon Croft 2022-10-25 10:45:30 -06:00 committed by GitHub
parent 9cc42a42db
commit 43ade2b6a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) ![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: The core Terraform workflow consists of three stages: