From 5ece299e23fd4ec3100d5dcc22fa4a3e4470b09c Mon Sep 17 00:00:00 2001 From: Phil Leggetter Date: Mon, 23 Oct 2023 21:54:36 +0100 Subject: [PATCH] chore: remove duplicate Terraform CLI install prerequisite --- templates/guides/getting-started.md | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/guides/getting-started.md b/templates/guides/getting-started.md index f8355bb..3003311 100644 --- a/templates/guides/getting-started.md +++ b/templates/guides/getting-started.md @@ -19,7 +19,6 @@ Visit the [Hookdeck documentation](https://hookdeck.com/docs/introduction) to le The Hookdeck Terraform provider helps you utilize Terraform to configure your workspace declaratively instead of relying on the Hookdeck dashboard. You can run Terraform in your CI/CD pipeline and maintain Hookdeck workspace configuration programmatically as part of your deployment workflow. -To get started, follow its documentation to [install Terraform CLI locally](https://developer.hashicorp.com/terraform/downloads). ## Tutorial