We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5532831 commit 7ee5867Copy full SHA for 7ee5867
go.mod
@@ -2,6 +2,8 @@ module github.com/hashicorp/terraform-provider-tfe
2
3
go 1.21
4
5
+replace github.com/hashicorp/go-tfe => ../go-tfe
6
+
7
require (
8
github.com/agext/levenshtein v1.2.3 // indirect
9
github.com/fatih/color v1.16.0 // indirect
0 commit comments