From 14149aaa26df44bd28254f8432b5d0aa0850d63c Mon Sep 17 00:00:00 2001 From: Justin Bailey Date: Tue, 10 Dec 2024 02:42:09 -0500 Subject: [PATCH] chore: minor changes (#109) * fix: correct typo in comment regarding Darwin support Signed-off-by: Justin Bailey * docs: update README formatting and remove unnecessary line --------- Signed-off-by: Justin Bailey --- README.md | 4 ++-- go.mod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 530a90ce..cf8d528e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -Terraform Provider for Harvester -================================== +# Terraform Provider for Harvester ## Requirements @@ -9,6 +8,7 @@ Terraform Provider for Harvester ## Install The Provider copy and paste this code into your Terraform configuration. Then, run `terraform init` to initialize it. + ```hcl terraform { required_providers { diff --git a/go.mod b/go.mod index 87789df7..4b2d4a61 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/harvester/terraform-provider-harvester go 1.22.5 replace ( - // From this commiet, it starts to support Darwin. + // From this commit, it starts to support Darwin. github.com/longhorn/go-common-libs => github.com/longhorn/go-common-libs v0.0.0-20240926084818-3a320d860af4 github.com/openshift/api => github.com/openshift/api v0.0.0-20191219222812-2987a591a72c