From 5e1c09bdd6127fc454d88d33686986d6c6508e8a Mon Sep 17 00:00:00 2001 From: Joseph Mearman Date: Wed, 21 Aug 2024 11:26:39 +0100 Subject: [PATCH] chore: remove rogue character --- dev-docs/workflows/terraform-provider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/workflows/terraform-provider.md b/dev-docs/workflows/terraform-provider.md index 7f255710f..3dff8e290 100644 --- a/dev-docs/workflows/terraform-provider.md +++ b/dev-docs/workflows/terraform-provider.md @@ -12,7 +12,7 @@ The [`devbuild` target](./build-develop-deploy.md), will create a `terraform` di with the provider binary and some utility files in the dedicated local Terraform registry directory. ```bash -bazel run //:devbuild' +bazel run //:devbuild ``` > [!IMPORTANT] when making changes on the provider without a commit, subsequent applies will fail due to the changed binary hash. To solve this, in your Terraform directory run: