Skip to content

Commit

Permalink
Generate function signatures for Terraform >= 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanck committed Feb 16, 2023
1 parent ef53baf commit ec8c2f8
Show file tree
Hide file tree
Showing 9 changed files with 1,789 additions and 4 deletions.
7 changes: 4 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ require (
github.com/google/go-cmp v0.5.9
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/hashicorp/go-version v1.6.0
github.com/hashicorp/hc-install v0.5.0
github.com/hashicorp/hcl-lang v0.0.0-20230215175403-7a4806322d6e
github.com/hashicorp/hcl/v2 v2.16.1
github.com/hashicorp/terraform-exec v0.17.4-0.20230215193443-0fb01beb3a29
github.com/hashicorp/terraform-json v0.15.0
github.com/hashicorp/terraform-registry-address v0.0.0-20220623143253-7d51757b572c
github.com/mh-cbon/go-fmt-fail v0.0.0-20160815164508-67765b3fbcb5
Expand All @@ -21,10 +23,9 @@ require (
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 // indirect
github.com/kr/pretty v0.2.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
github.com/sergi/go-diff v1.1.0 // indirect
golang.org/x/crypto v0.5.0 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/net v0.5.0 // indirect
golang.org/x/text v0.6.0 // indirect
)
120 changes: 119 additions & 1 deletion go.sum

Large diffs are not rendered by default.

Loading

0 comments on commit ec8c2f8

Please sign in to comment.