Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Support Terraform Providers with plugin SDK <v2
Browse files Browse the repository at this point in the history
Resolves #129

Signed-off-by: Hasan Turken <turkenh@gmail.com>
  • Loading branch information
turkenh committed Nov 1, 2021
1 parent 46c141f commit f8eb1be
Show file tree
Hide file tree
Showing 6 changed files with 188 additions and 14 deletions.
Empty file added docs/generating-a-provider.md
Empty file.
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@ require (
github.com/fatih/camelcase v1.0.0
github.com/golang/mock v1.6.0
github.com/google/go-cmp v0.5.6
github.com/hashicorp/terraform-plugin-sdk v1.17.2
github.com/hashicorp/terraform-plugin-sdk/v2 v2.7.0
github.com/iancoleman/strcase v0.2.0
github.com/json-iterator/go v1.1.11
github.com/muvaf/typewriter v0.0.0-20210910160850-80e49fe1eb32
github.com/pkg/errors v0.9.1
github.com/spf13/afero v1.6.0
go.uber.org/multierr v1.7.0 // indirect
golang.org/x/tools v0.1.5
k8s.io/api v0.21.3
k8s.io/apimachinery v0.21.3
sigs.k8s.io/controller-runtime v0.9.6
)

replace github.com/hashicorp/terraform-plugin-sdk => github.com/turkenh/terraform-plugin-sdk v1.17.2-patch1
Loading

0 comments on commit f8eb1be

Please sign in to comment.