Skip to content

Commit

Permalink
IAC-2892 Address broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
richardblack-Harness committed Dec 11, 2024
1 parent 21b2c2f commit a382ad5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kb/reference-architectures/iacm/iacm-best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ For general use cases to reduce unnecessary complexity and to optimize performan
Some reusable options can be to:
- Create reusable pipelines and set them as default pipelines to trigger quickly from any workspace within a project.
- Use [pipeline variables](https://developer.harness.io/docs/infra-as-code-management/project-setup/input-variables) to ensure consistency.
- Use built-in plugins such as [drift detection](https://developer.harness.io/docs/infra-as-code-management/pipelines/operations/drift-detection), [PR automation](https://developer.harness.io/docs/infra-as-code-management/pipelines/operations/pr-automation) and [IaCM Approval steps](https://developer.harness.io/docs/infra-as-code-management/pipelines/iacm-plugins/approval-step).
- Use built-in plugins such as [drift detection](https://developer.harness.io/docs/infra-as-code-management/pipelines/operations/drift-detection), [PR automation](https://developer.harness.io/docs/infra-as-code-management/use-iacm/pr-automation) and [IaCM Approval steps](https://developer.harness.io/docs/infra-as-code-management/use-iacm/approval-step).
- Utilize [built-in OPA policies](https://developer.harness.io/docs/infra-as-code-management/policies/terraform-plan-cost-policy) to add protection and ensure your pipelines warn or fail if certain conditions are not met, e.g. if your total monthly infrastructure costs exceed a specified amount.
<!-- placeholder for module registry -->
<!-- placeholder for workspace templates -->
Expand Down
4 changes: 2 additions & 2 deletions src/components/Docs/data/iacmData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ export const docsCards: CardSections = [
title: "Approval Step",
module: MODULES.iacm,
description: "Learn how to use the approval step to review resource changes before applying them.",
link: "/docs/infra-as-code-management/pipelines/iacm-plugins/approval-step",
link: "/docs/infra-as-code-management/use-iacm/approval-step",
},
{
title: "PR Automation",
module: MODULES.iacm,
description: "Learn how to set up a PR pipeline for infrastructure changes.",
link: "/docs/infra-as-code-management/pipelines/operations/pr-automation",
link: "/docs/infra-as-code-management/use-iacm/pr-automation",
},
{
title: "Cost Estimation",
Expand Down

0 comments on commit a382ad5

Please sign in to comment.