Skip to content

Commit afb0c5f

Browse files
Enable update in apigee reference (#11865) (#3034)
[upstream:a43eea3c611eed290274ed6daf69ae61395c9333] Signed-off-by: Modular Magician <[email protected]>
1 parent eb44413 commit afb0c5f

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.20.1
1212
github.com/hashicorp/terraform-json v0.22.1
1313
github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0
14-
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20241104190556-6a4252ed3a0f
14+
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20241104210557-6b63b8202d30
1515
github.com/mitchellh/go-homedir v1.1.0 // indirect
1616
github.com/pkg/errors v0.9.1
1717
github.com/stretchr/testify v1.9.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0 h1:qHprzXy/As0rxedphECBEQAh
190190
github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0/go.mod h1:H+8tjs9TjV2w57QFVSMBQacf8k/E1XwLXGCARgViC6A=
191191
github.com/hashicorp/terraform-plugin-testing v1.5.1 h1:T4aQh9JAhmWo4+t1A7x+rnxAJHCDIYW9kXyo4sVO92c=
192192
github.com/hashicorp/terraform-plugin-testing v1.5.1/go.mod h1:dg8clO6K59rZ8w9EshBmDp1CxTIPu3yA4iaDpX1h5u0=
193-
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20241104190556-6a4252ed3a0f h1:2OZgWPcEj1EH7OB0DL+V8MBv09vobwP6rQvubGvOr/Q=
194-
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20241104190556-6a4252ed3a0f/go.mod h1:Ru6E0424MOdCEScqC+JVqh+tWkz7vl9DfFJHQqRs8Vw=
193+
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20241104210557-6b63b8202d30 h1:5DSx3KvS0aVddPTA9UVBll30yIx02+MlSIuRBFFsHvo=
194+
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20241104210557-6b63b8202d30/go.mod h1:Ru6E0424MOdCEScqC+JVqh+tWkz7vl9DfFJHQqRs8Vw=
195195
github.com/hashicorp/terraform-registry-address v0.2.3 h1:2TAiKJ1A3MAkZlH1YI/aTVcLZRu7JseiXNRHbOAyoTI=
196196
github.com/hashicorp/terraform-registry-address v0.2.3/go.mod h1:lFHA76T8jfQteVfT7caREqguFrW3c4MFSPhZB7HHgUM=
197197
github.com/hashicorp/terraform-svchost v0.1.1 h1:EZZimZ1GxdqFRinZ1tpJwVxxt49xc/S52uzrw4x0jKQ=

0 commit comments

Comments
 (0)