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

Revert "Fix cloud_identity_group_membership to properly handle 403 responses" #1233

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ require (
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/hashicorp/terraform-json v0.14.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.24.0
github.com/hashicorp/terraform-provider-google v1.20.1-0.20221222195050-40e3e76b9e7b
github.com/hashicorp/terraform-provider-google v1.20.1-0.20221222215615-b52f2ba02fc5
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 @@ -514,8 +514,8 @@ github.com/hashicorp/terraform-plugin-log v0.7.0 h1:SDxJUyT8TwN4l5b5/VkiTIaQgY6R
github.com/hashicorp/terraform-plugin-log v0.7.0/go.mod h1:p4R1jWBXRTvL4odmEkFfDdhUjHf9zcs/BCoNHAc7IK4=
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.20221222195050-40e3e76b9e7b h1:DYFLGMSP+I2yFsWTHI5ewmW582rnmc8WsI6f6TEGG/s=
github.com/hashicorp/terraform-provider-google v1.20.1-0.20221222195050-40e3e76b9e7b/go.mod h1:3ly12TaCGgLqeDYn9vsU5R6SOdog+JZizWpYX9tOZaw=
github.com/hashicorp/terraform-provider-google v1.20.1-0.20221222215615-b52f2ba02fc5 h1:gU6baECfce8DrV1oT9LKdqLtjv/PPlAxNsPtQ50elD4=
github.com/hashicorp/terraform-provider-google v1.20.1-0.20221222215615-b52f2ba02fc5/go.mod h1:3ly12TaCGgLqeDYn9vsU5R6SOdog+JZizWpYX9tOZaw=
github.com/hashicorp/terraform-registry-address v0.0.0-20220623143253-7d51757b572c h1:D8aRO6+mTqHfLsK/BC3j5OAoogv1WLRWzY1AaTo3rBg=
github.com/hashicorp/terraform-registry-address v0.0.0-20220623143253-7d51757b572c/go.mod h1:Wn3Na71knbXc1G8Lh+yu/dQWWJeFQEpDeJMtWMtlmNI=
github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 h1:HKLsbzeOsfXmKNpr3GiT18XAblV0BjCbzL8KQAMZGa0=
Expand Down