From 58f3d923d91599f4f8e49fb7f1b46503d5983b0a Mon Sep 17 00:00:00 2001 From: Brian McClain Date: Mon, 8 May 2023 16:28:05 -0400 Subject: [PATCH] Clarify doc reference (#33162) --- website/docs/intro/use-cases.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/intro/use-cases.mdx b/website/docs/intro/use-cases.mdx index 5ff9a52430..fa53781594 100644 --- a/website/docs/intro/use-cases.mdx +++ b/website/docs/intro/use-cases.mdx @@ -44,7 +44,7 @@ Try the [Build and Use a Local Module](/terraform/tutorials/modules/module-creat ## Policy Compliance and Management -Terraform can help you enforce policies on the types of resources teams can provision and use. Ticket-based review processes are a bottleneck that can slow down development. Instead, you can use Sentinel, a policy-as-code framework, to automatically enforce compliance and governance policies before Terraform makes infrastructure changes. Sentinel is available with the [Terraform Cloud team and governance](https://www.hashicorp.com/products/terraform/pricing) tier. +Terraform can help you enforce policies on the types of resources teams can provision and use. Ticket-based review processes are a bottleneck that can slow down development. Instead, you can use Sentinel, a policy-as-code framework, to automatically enforce compliance and governance policies before Terraform makes infrastructure changes. Sentinel policies are available in Terraform Enterprise and [Terraform Cloud](https://www.hashicorp.com/products/terraform/pricing). ### Resources