Skip to content

Commit

Permalink
Merge pull request #580 from LBGarber/overhaul-filter-logic
Browse files Browse the repository at this point in the history
ref: Overhaul data source filter framework
  • Loading branch information
LBGarber committed Jan 31, 2022
2 parents 7f2dff1 + 4f52ad8 commit 94dfae0
Show file tree
Hide file tree
Showing 28 changed files with 627 additions and 433 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module github.com/linode/terraform-provider-linode

require (
github.com/aws/aws-sdk-go v1.42.16
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
github.com/hashicorp/terraform-plugin-sdk/v2 v2.10.1
github.com/linode/linodego v1.2.1
github.com/linode/linodego/k8s v0.0.0-20200831124119-58d5d5bb7947
Expand All @@ -26,7 +27,6 @@ require (
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
github.com/hashicorp/go-hclog v0.16.1 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-plugin v1.4.1 // indirect
Expand Down
Loading

0 comments on commit 94dfae0

Please sign in to comment.