diff --git a/website/intro/use-cases.mdx b/website/intro/use-cases.mdx index be19bd82a..93d90df5c 100644 --- a/website/intro/use-cases.mdx +++ b/website/intro/use-cases.mdx @@ -74,7 +74,7 @@ Try the [Consul-Terraform-Sync Run Modes and Status Inspection ](https://learn.h ## Kubernetes -Kubernetes is an open-source workload scheduler for containerized applications. Terraform lets you both deploy the Kubernetes cluster and manage its resources (e.g., pods, deployments, services, etc.). You can also use the [Kubernetes Operator for Terraform](https://github.com/hashicorp/terraform-k8s) to manage cloud and on-prem infrastructure through a Kubernetes custom resource definition (CRD) and Terraform Cloud. +Kubernetes is an open-source workload scheduler for containerized applications. Terraform lets you both deploy a Kubernetes cluster and manage its resources (e.g., pods, deployments, services, etc.). You can also use the [Kubernetes Operator for Terraform](https://github.com/hashicorp/terraform-k8s) to manage cloud and on-prem infrastructure through a Kubernetes custom resource definition (CRD) and Terraform Cloud. ### Resources