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

Commit

Permalink
add terraform 1.x support (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgroschupp authored Jul 12, 2021
1 parent 2ffcf0b commit 692f894
Show file tree
Hide file tree
Showing 7 changed files with 2,210 additions and 295 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require (
github.com/forseti-security/config-validator v0.0.0-20210621194145-08e4202b50d8
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/protobuf v1.5.2
github.com/hashicorp/terraform-json v0.8.0
github.com/hashicorp/terraform-json v0.12.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.5.0
github.com/hashicorp/terraform-provider-google/v3 v3.70.1-0.20210603175730-be2009058913
github.com/pkg/errors v0.9.1
Expand Down
348 changes: 58 additions & 290 deletions go.sum

Large diffs are not rendered by default.

Loading

0 comments on commit 692f894

Please sign in to comment.