Skip to content

Commit 6fc4f01

Browse files
committed
Fix the last two links
1 parent 18de726 commit 6fc4f01

File tree

1 file changed

+2
-2
lines changed
  • content/terraform-enterprise/v202505-1/docs/enterprise/policy-enforcement/manage-policy-sets

1 file changed

+2
-2
lines changed

content/terraform-enterprise/v202505-1/docs/enterprise/policy-enforcement/manage-policy-sets/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source: terraform-docs-common
88

99
# Manage policies and policy sets in HCP Terraform
1010

11-
Policies are rules that HCP Terraform enforces on Terraform runs. You can define policies using either the [Sentinel](/terraform/enterprise/policy-enforcement/define-policies/sentinel) or [Open Policy Agent (OPA)](/terraform/enterprise/policy-enforcement/opa) policy-as-code frameworks.
11+
Policies are rules that HCP Terraform enforces on Terraform runs. You can define policies using either the [Sentinel](/terraform/enterprise/policy-enforcement/define-policies/custom-sentinel) or [Open Policy Agent (OPA)](/terraform/enterprise/policy-enforcement/opa) policy-as-code frameworks.
1212

1313
<!-- BEGIN: TFC:only name:pnp-callout -->
1414

@@ -135,7 +135,7 @@ To view and manage policy sets, go to the **Policy Sets** section of your organi
135135
The way you set up and configure a new policy set depends on your workflow and where you store policies.
136136

137137
- For [managed policies](#managed-policies), you use the UI to create a policy set and add managed policies.
138-
- For policy sets in a version control system, you use the UI to create a policy set connected to that repository. HCP Terraform automatically refreshes the policy set when you change relevant files in that repository. Version control policy sets have specific organization and formatting requirements. Refer to [Sentinel VCS Repositories](/policy-enforcement/manage-policy-sets/sentinel-vcs) and [OPA VCS Repositories](/terraform/enterprise/policy-enforcement/opa/vcs) for details.
138+
- For policy sets in a version control system, you use the UI to create a policy set connected to that repository. HCP Terraform automatically refreshes the policy set when you change relevant files in that repository. Version control policy sets have specific organization and formatting requirements. Refer to [Sentinel VCS Repositories](/terraform/enterprise/policy-enforcement/manage-policy-sets/sentinel-vcs) and [OPA VCS Repositories](/terraform/enterprise/policy-enforcement/opa/vcs) for details.
139139
- For automated workflows like continuous deployment, you can use the UI to create an empty policy set and then use the [Policy Sets API](/terraform/enterprise/api-docs/policy-sets) to add policies. You can also use the API or the [`tfe` provider (Sentinel Only)](https://registry.terraform.io/providers/hashicorp/tfe/latest/docs/resources/policy_set) to add an entire, packaged policy set.
140140

141141
### Create policy sets

0 commit comments

Comments
 (0)