Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: minor changes #109

Merged
merged 2 commits into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Terraform Provider for Harvester
==================================
# Terraform Provider for Harvester

## Requirements

Expand All @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading