Skip to content

Commit

Permalink
Add configuration for Authorization policy (#7792) (#928)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
Co-authored-by: Sam Levenick <[email protected]>
Co-authored-by: Madhura Phadnis <[email protected]>
  • Loading branch information
3 people authored May 2, 2023
1 parent 9538b5b commit 0035c61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/hashicorp/terraform-plugin-framework v1.1.1
github.com/hashicorp/terraform-plugin-framework-validators v0.9.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.24.0
github.com/hashicorp/terraform-provider-google v1.20.1-0.20230502163514-375ce8aa3bed
github.com/hashicorp/terraform-provider-google v1.20.1-0.20230502174830-77c08dd25357
github.com/mitchellh/go-homedir v1.1.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,8 @@ github.com/hashicorp/terraform-plugin-mux v0.8.0 h1:WCTP66mZ+iIaIrCNJnjPEYnVjawT
github.com/hashicorp/terraform-plugin-mux v0.8.0/go.mod h1:vdW0daEi8Kd4RFJmet5Ot+SIVB/B8SwQVJiYKQwdCy8=
github.com/hashicorp/terraform-plugin-sdk/v2 v2.24.0 h1:FtCLTiTcykdsURXPt/ku7fYXm3y19nbzbZcUxHx9RbI=
github.com/hashicorp/terraform-plugin-sdk/v2 v2.24.0/go.mod h1:80wf5oad1tW+oLnbXS4UTYmDCrl7BuN1Q+IA91X1a4Y=
github.com/hashicorp/terraform-provider-google v1.20.1-0.20230502163514-375ce8aa3bed h1:FVLSvjNQxV0rCZzssE53QeLsrp7BnoKwqf5Gt3B7zd0=
github.com/hashicorp/terraform-provider-google v1.20.1-0.20230502163514-375ce8aa3bed/go.mod h1:u4mkizg8Bq5uyHiucpBgfFRghR/Aogsg8RblTPXXSQ4=
github.com/hashicorp/terraform-provider-google v1.20.1-0.20230502174830-77c08dd25357 h1:/AovhfwNq8yJubic8l+1tKbomQMtz0S5LC18Pa8i5sY=
github.com/hashicorp/terraform-provider-google v1.20.1-0.20230502174830-77c08dd25357/go.mod h1:u4mkizg8Bq5uyHiucpBgfFRghR/Aogsg8RblTPXXSQ4=
github.com/hashicorp/terraform-registry-address v0.1.0 h1:W6JkV9wbum+m516rCl5/NjKxCyTVaaUBbzYcMzBDO3U=
github.com/hashicorp/terraform-registry-address v0.1.0/go.mod h1:EnyO2jYO6j29DTHbJcm00E5nQTFeTtyZH3H5ycydQ5A=
github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 h1:HKLsbzeOsfXmKNpr3GiT18XAblV0BjCbzL8KQAMZGa0=
Expand Down

0 comments on commit 0035c61

Please sign in to comment.