Skip to content

Commit a2ba5c4

Browse files
Add resource tags to BigQuery Table (#10455) (#2168)
[upstream:c896dbe9a664c43d36e8acbe38b8b90a01e77326] Signed-off-by: Modular Magician <[email protected]>
1 parent a16fc47 commit a2ba5c4

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.21.0
1313
github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0
14-
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20240416205102-c0488e820123
14+
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20240416224441-33ea4b6e8244
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
@@ -185,8 +185,8 @@ github.com/hashicorp/terraform-plugin-mux v0.15.0 h1:+/+lDx0WUsIOpkAmdwBIoFU8UP9
185185
github.com/hashicorp/terraform-plugin-mux v0.15.0/go.mod h1:9ezplb1Dyq394zQ+ldB0nvy/qbNAz3mMoHHseMTMaKo=
186186
github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0 h1:qHprzXy/As0rxedphECBEQAh3R4yp6pKksKHcqZx5G8=
187187
github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0/go.mod h1:H+8tjs9TjV2w57QFVSMBQacf8k/E1XwLXGCARgViC6A=
188-
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20240416205102-c0488e820123 h1:N6KUAoQd817cudEARw+HMqCFZixDhQX4BdpzWCYyf0U=
189-
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20240416205102-c0488e820123/go.mod h1:OGg+gykjRwc0c1aGJg9W271SaG3x6JZRFSCVcYhYJe0=
188+
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20240416224441-33ea4b6e8244 h1:4TeDoag1RD8ZdinlehYep+F+8WwjlvxM2zwLZke4oZA=
189+
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20240416224441-33ea4b6e8244/go.mod h1:OGg+gykjRwc0c1aGJg9W271SaG3x6JZRFSCVcYhYJe0=
190190
github.com/hashicorp/terraform-registry-address v0.2.3 h1:2TAiKJ1A3MAkZlH1YI/aTVcLZRu7JseiXNRHbOAyoTI=
191191
github.com/hashicorp/terraform-registry-address v0.2.3/go.mod h1:lFHA76T8jfQteVfT7caREqguFrW3c4MFSPhZB7HHgUM=
192192
github.com/hashicorp/terraform-svchost v0.1.1 h1:EZZimZ1GxdqFRinZ1tpJwVxxt49xc/S52uzrw4x0jKQ=

0 commit comments

Comments
 (0)