Skip to content

Commit 2841437

Browse files
Add cloudquota service (#10063) (#1996)
[upstream:0a3c61d90cd8ed2f6c66e5ab52afc0805330ef2e] Signed-off-by: Modular Magician <[email protected]>
1 parent 967f503 commit 2841437

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.20240227144953-8b5b78345ebf
14+
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20240227145508-0b58749cf4da
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.20240227144953-8b5b78345ebf h1:hD1kduIMi31Eb9C8cuvzSuBG2AVMA6Qultowg60o+40=
179-
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20240227144953-8b5b78345ebf/go.mod h1:j4utSRUvX6e1CkTVw1EzJIuR2uKXjefCULxJRwDF+08=
178+
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20240227145508-0b58749cf4da h1:EGWosFRMFhVLv379rFckJFYMd0J9yU7OLuconI5h0+s=
179+
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20240227145508-0b58749cf4da/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)