Skip to content

Commit bb3d54a

Browse files
Fix resource name to have sweepable prefix (#9984) (#1994)
[upstream:9f8d2aa14d34b8b09e65cb2e91179895fb2f30a5] Signed-off-by: Modular Magician <[email protected]>
1 parent 4db2ada commit bb3d54a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/hashicorp/hcl/v2 v2.19.1
1212
github.com/hashicorp/terraform-json v0.18.0
1313
github.com/hashicorp/terraform-plugin-sdk/v2 v2.31.0
14-
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20240226215813-dbe862d7b326
14+
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20240227100739-790a4f291d94
1515
github.com/mitchellh/go-homedir v1.1.0 // indirect
1616
github.com/pkg/errors v0.9.1
1717
github.com/stretchr/testify v1.8.4

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ github.com/hashicorp/terraform-plugin-log v0.9.0/go.mod h1:rKL8egZQ/eXSyDqzLUuwU
175175
github.com/hashicorp/terraform-plugin-mux v0.13.0 h1:79U401/3nd8CWwDGtTHc8F3miSCAS9XGtVarxSTDgwA=
176176
github.com/hashicorp/terraform-plugin-sdk/v2 v2.31.0 h1:Bl3e2ei2j/Z3Hc2HIS15Gal2KMKyLAZ2om1HCEvK6es=
177177
github.com/hashicorp/terraform-plugin-sdk/v2 v2.31.0/go.mod h1:i2C41tszDjiWfziPQDL5R/f3Zp0gahXe5No/MIO9rCE=
178-
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20240226215813-dbe862d7b326 h1:5pEq+zGJRvpUlsr0RZ8wMu5pqWkORrdC0cqU3mZMr44=
179-
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20240226215813-dbe862d7b326/go.mod h1:j4utSRUvX6e1CkTVw1EzJIuR2uKXjefCULxJRwDF+08=
178+
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20240227100739-790a4f291d94 h1:flUbYitD88pHYrLsq1+3lVRs2W48JGEDgZrD5cO+boY=
179+
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20240227100739-790a4f291d94/go.mod h1:j4utSRUvX6e1CkTVw1EzJIuR2uKXjefCULxJRwDF+08=
180180
github.com/hashicorp/terraform-registry-address v0.2.3 h1:2TAiKJ1A3MAkZlH1YI/aTVcLZRu7JseiXNRHbOAyoTI=
181181
github.com/hashicorp/terraform-registry-address v0.2.3/go.mod h1:lFHA76T8jfQteVfT7caREqguFrW3c4MFSPhZB7HHgUM=
182182
github.com/hashicorp/terraform-svchost v0.1.1 h1:EZZimZ1GxdqFRinZ1tpJwVxxt49xc/S52uzrw4x0jKQ=

0 commit comments

Comments
 (0)